

InterviewSolution
Saved Bookmarks
1. |
In the matrix\(A = \begin{bmatrix}2 & 5 & 19&-7 \\[0.3em]35 & -2 & \frac{5}{2}&12 \\[0.3em]\sqrt3 &1&-5 & 17\end{bmatrix}\)(i) The order of the matrix, (ii) The number of elements, (iii) Write the elements a13, a21, a33, a24 ,a23, |
Answer» (i) The order of the matrix is 3 x 4 (ii) Number of elements = 12 (iii) a13= 19 a21= 35 a33= -5 a24= 12 a23= \(\frac{5}{2}\) |
|