Linear Algebra › The Identity Matrix and Diagonal Matrices
By definition, a square matrix that is similar to a diagonal matrix is
diagonalizable
idempotent
symmetric
the identity matrix
None of the given answers
Another way to state this definition is that a square matrix is said to diagonalizable if and only if there exists some invertible matrix
and diagonal matrix
such that
.
True or false, if any of the main diagonal entries of a diagonal matrix is , then that matrix is not invertible.
True
False
Probably the simplest way to see this is true is to take the determinant of the diagonal matrix. We can take the determinant of a diagonal matrix by simply multiplying all of the entries along its main diagonal. Since one of these entries is , then the determinant is
, and hence the matrix is not invertible.
Which of the following is true concerning the identity matrix
?
All of the other answers are true.
is the trace operation. It means to add up the entries along the main diagonal of the matrix. Since
has
ones along its main diagonal, the trace of
is
.
Which of the following is true concerning diagonal matrices?
The product of two diagonal matrices (in either order) is always another diagonal matrix.
The determinant of any diagonal matrix is .
The zero matrix (of any size) is not a diagonal matrix.
The trace of any diagonal matrix is equal to its determinant.
All of the other answers are false.
You can verify this directly by proving it, or by multiplying a few examples on your calculator.
What is the minimum number of elementary row operations required to transform the identity matrix into its reduced row echelon form?
There is no need to perform any elementary row operations on the identity matrix; it is already in its reduced row echelon form. (There is a leading one in each row, and each column).
True or false:
is an example of a diagonal matrix.
False
True
A matrix is diagonal if and only if
- that is, the element in column
, row
is equal to zero - for all
. The given matrix violates this condition, since
and five other elements are equal to nonzero numbers.
What is the name for a matrix obtained by performing a single elementary row operation on the identity matrix?
An elementary matrix
A transition matrix
An inverse matrix
An elementary row matrix
None of the other answers
This is the correct term. Elementary matrices themselves can be used in place of elementary row operations when row reducing other matrices when convenient.
True or false:
is an example of a diagonal matrix.
True
False
A matrix is diagonal if and only if
- that is, the element in column
, row
is equal to zero - for all
. The given matrix satisfies this condition, since its only nonzero elements are the first element in Column 1, the second element in Column 2, and so forth.
True or false:
is an example of a diagonal matrix.
True
False
A matrix is diagonal if and only if
- that is, the element in column
, row
is equal to zero - for all
. The given matrix fits this criterion.
True or False, the identity matrix has
distinct (different) eigenvalues.
False
True
We can find the eigenvalues of the identity matrix by finding all values of such that
.
Hence we have
So is the only eigenvalue, regardless of the size of the identity matrix.