InterviewSolution
Saved Bookmarks
| 1. |
State whether the given statement is true or false.The matrix A = \begin{bmatrix}0&0\\0&0\end{bmatrix}(a) True(b) FalseThe question was asked in an online interview.My question is taken from Types of Matrices in portion Matrices of Mathematics – Class 12 |
|
Answer» RIGHT OPTION is (a) True Easiest explanation: The given statement is true. A MATRIX is CALLED a null or zero matrix if the value of all the elements in the matrix is 0. Thus A = \(\begin{bmatrix}0&0\\0&0\end{bmatrix}\). |
|