InterviewSolution
Saved Bookmarks
| 1. |
Consider the matrix A=\(\begin{bmatrix}2&4&5\\1&6&4\\2&8&9\end{bmatrix}\). Find the element a32.(a) 5(b) 6(c) 4(d) 8This question was posed to me during a job interview.The query is from Matrices topic in portion Matrices of Mathematics – Class 12 |
|
Answer» CORRECT option is (d) 8 Easy explanation: a32 is the ELEMENT represented in the FORM aij i is the ROW number and j is the column number. Therefore, the element a32is the element in the third row (i=3)and second column (j=2) which is 8. |
|