Write down the coding of this matrix using Microsoft visual
Write down the coding of this matrix using Microsoft visual office 2015 asan application [A11 A12 A13 A21 A22 A23 A31 A32 A33]
Solution
...................................................................
u may consider this codel
dim mat(2,2)
for r=0 to 2 step 1
for s=0 to 2 step 1
mat(r,s)=inputbox(\"enter the values of your choice\")
next
next
for r=0 to 2 step 1
for s=0 to 2 step 1
vStr=vStr & matrics) & \" \"
next
vStr=vStr & vbnewline
next
msgbox vStr
![Write down the coding of this matrix using Microsoft visual office 2015 asan application [A11 A12 A13 A21 A22 A23 A31 A32 A33]Solution ........................ Write down the coding of this matrix using Microsoft visual office 2015 asan application [A11 A12 A13 A21 A22 A23 A31 A32 A33]Solution ........................](/WebImages/7/write-down-the-coding-of-this-matrix-using-microsoft-visual-990593-1761509334-0.webp)