InterviewSolution
Saved Bookmarks
| 1. |
Given a matrix A=\(\begin{bmatrix}2&3&9\\3&9&6\\1&6&7\end{bmatrix}\), which of the elements aij follows the condition i=j.(a) 9, 9, 1(b) 2, 9, 7(c) 2, 3, 9(d) 2, 3, 1I got this question during an interview for a job.This key question is from Matrices in section Matrices of Mathematics – Class 12 |
|
Answer» Correct ANSWER is (b) 2, 9, 7 |
|