

InterviewSolution
Saved Bookmarks
1. |
A square matrix `A=[a_(ij)]` in which `a_(ij)=0` for ` i!=j` and `[a]_(ij)=k` (constant) for `i=j` is called aA. unit matrixB. scalar matrixC. null matrixD. diagonal matrix |
Answer» Correct Answer - B in square matrix , Number of rows = number of columns `therefore m=n` |
|