All Linear Algebra Resources
Example Questions
Example Question #1 : Operations And Properties
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 .
Example Question #1 : The Identity Matrix And Diagonal Matrices
If
Find .
None of the other answers
Since is a diagonal matrix, we can find it's powers more easily by raising the numbers inside it to the power in question.
Example Question #1 : The Identity Matrix And Diagonal Matrices
True or false, the set of all diagonal matrices forms a subspace of the vector space of all matrices.
True
False
True
To see why it's true, we have to check the two axioms for a subspace.
1. Closure under vector addition: is the sum of two diagonal matrices another diagonal matrix? Yes it is, only the diagonal entries are going to change, if at all. Nonetheless, it's still a diagonal matrix since all the other entries in the matrix are .
2. Closure under scalar multiplication: is a scalar times a diagonal matrix another diagonal matrix? Yes it is. If you multiply any number to a diagonal matrix, only the diagonal entries will change. All the other entries will still be .
Example Question #2 : The Identity Matrix And Diagonal Matrices
True or false, if any of the main diagonal entries of a diagonal matrix is , then that matrix is not invertible.
True
False
True
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.
Example Question #4 : The Identity Matrix And Diagonal Matrices
True or False, the identity matrix has distinct (different) eigenvalues.
True
False
False
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.
Example Question #5 : The Identity Matrix And Diagonal Matrices
What is the name for a matrix obtained by performing a single elementary row operation on the identity matrix?
An elementary matrix
An inverse matrix
A transition matrix
None of the other answers
An elementary row matrix
An elementary matrix
This is the correct term. Elementary matrices themselves can be used in place of elementary row operations when row reducing other matrices when convenient.
Example Question #6 : The Identity Matrix And Diagonal Matrices
By definition, a square matrix that is similar to a diagonal matrix is
symmetric
idempotent
None of the given answers
diagonalizable
the identity matrix
diagonalizable
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 .
Example Question #7 : The Identity Matrix And Diagonal Matrices
The identity matrix
has nullity .
has rank .
is idempotent.
is not diagonalizable.
has distinct eigenvalues, regardless of size.
is idempotent.
An idempotent matrix is one such that . This is satisfied by the identity matrix since the identity matrix times itself is once again the identity matrix.
Example Question #81 : Linear Algebra
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).
Example Question #82 : Linear Algebra
True or false:
is an example of a diagonal matrix.
False
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 violates this condition, since and five other elements are equal to nonzero numbers.