InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a matrix of the order 2×2 where the equation of the elements is given by aij=i+j.(a) A=\(\begin{bmatrix}1&1\\1&1\end{bmatrix}\)(b) A=\(\begin{bmatrix}4&5\\4&1\end{bmatrix}\)(c) A=\(\begin{bmatrix}2&3\\3&4\end{bmatrix}\)(d) A=\(\begin{bmatrix}1&2\\1&2\end{bmatrix}\)I had been asked this question in homework.My question comes from Matrices in portion Matrices of Mathematics – Class 12 |
|
Answer» The correct CHOICE is (C) A=\(\begin{bmatrix}2&3\\3&4\end{bmatrix}\) |
|