Question
Question: Choose the correct statement or statements: A. Every scalar matrix is an identity matrix. B. Eve...
Choose the correct statement or statements:
A. Every scalar matrix is an identity matrix.
B. Every identity matrix is a scalar matrix.
C. Transpose of a transpose of a matrix gives the matrix itself.
D. For every square matrix A there exists another matrix B such that AB=I=AB
Solution
This question and its solution is only and only dependent on the concepts and definitions of the different types of matrices. We will just recall those definitions and will check for the correct and incorrect statements.
Complete step by step answer:
Now let's start with the definitions first.
Scalar matrix: A Scalar matrix is a matrix in which every non-diagonal element is zero (aij=0,i=j) and all diagonal elements are equal (aij = k,i=j).
Identity matrix: An Identity Matrix is a matrix in which every non-diagonal element is zero (aij=0,i=j) and every diagonal element is 1 (aij = 1,i=j).
Square matrix: A Square Matrix is a matrix of order m×n , such that m=n.
Transpose of a matrix: The matrix obtained by interchanging the rows and columns of a matrix is called the transpose of a matrix. If A=[aij]m×n, be a matrix of order m×n. Then the transpose of that matrix is denoted by A1 or AT and is obtained by interchanging the rows and columns.
A1=AT=[aij]n×m
Now we will move towards the statements: The first statement is every scalar matrix is an identity matrix is not correct because for a matrix to be identity the diagonal elements must be 1 only but in scalar they can be any number along with 1.
Let's say a matrix A is a scalar matrix.
A=kB
Where k is the scalar that is to be multiplied with the diagonal elements.
Whereas an identity matrix is I = \left[ {\begin{array}{*{20}{c}}
1&0 \\\
0&1
\end{array}} \right] can be termed as scalar because the non-diagonal elements are zero.
In statement second, we can easily answer it that is correct one because for a matrix to be scalar there is condition that non diagonal elements should be zero and diagonal elements
Should be the same. And that is well satisfied by the identity matrix.