Mathematics
Linear Algebra
449 Questions
Linear algebra involves the study of matrices, vectors, and linear transformations. Common topics include finding the rank of a matrix, calculating eigenvalues and eigenvectors, and performing LU decomposition. These advanced mathematical concepts are frequently tested in engineering, statistics, and civil service examinations.
Matrix rank calculationLU decompositionEigenvalues and eigenvectorsMatrix invertibilityDeterminant properties
Linear Algebra Questions
What is the determinant of a triangular matrix?
-
The product of the diagonal elements
-
The sum of the diagonal elements
-
The difference of the diagonal elements
-
None of the above
A
Correct answer
Explanation
The determinant of a triangular matrix can be calculated by simply multiplying the diagonal elements.
What is the determinant of a matrix with a zero row or column?
A
Correct answer
Explanation
The determinant of a matrix with a zero row or column is always 0.
What is the determinant of the transpose of a matrix?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The reciprocal of the determinant of the original matrix
-
None of the above
A
Correct answer
Explanation
The determinant of the transpose of a matrix is equal to the determinant of the original matrix.
What is the determinant of a matrix that is the product of two other matrices?
-
The product of the determinants of the two matrices
-
The sum of the determinants of the two matrices
-
The difference of the determinants of the two matrices
-
None of the above
A
Correct answer
Explanation
The determinant of a matrix that is the product of two other matrices is equal to the product of the determinants of those two matrices.
What is the determinant of a matrix that is similar to another matrix?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The reciprocal of the determinant of the original matrix
-
None of the above
A
Correct answer
Explanation
The determinant of a matrix that is similar to another matrix is equal to the determinant of the original matrix.
What is the determinant of a matrix that is obtained by adding a multiple of one row to another row?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by the scalar
-
None of the above
A
Correct answer
Explanation
Adding a multiple of one row to another row does not change the determinant of the matrix.
What is the determinant of a matrix that is obtained by interchanging two rows?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by -1
-
None of the above
B
Correct answer
Explanation
Interchanging two rows of a matrix changes the sign of the determinant.
What is the determinant of a matrix that is obtained by multiplying a row by a scalar?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by the scalar
-
None of the above
C
Correct answer
Explanation
Multiplying a row of a matrix by a scalar multiplies the determinant by the same scalar.
What is the determinant of a matrix that is obtained by adding a multiple of one column to another column?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by the scalar
-
None of the above
A
Correct answer
Explanation
Adding a multiple of one column to another column does not change the determinant of the matrix.
What is the determinant of a matrix that is obtained by interchanging two columns?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by -1
-
None of the above
B
Correct answer
Explanation
Interchanging two columns of a matrix changes the sign of the determinant.
What is the determinant of a matrix that is obtained by multiplying a column by a scalar?
-
The same as the determinant of the original matrix
-
The negative of the determinant of the original matrix
-
The determinant of the original matrix multiplied by the scalar
-
None of the above
C
Correct answer
Explanation
Multiplying a column of a matrix by a scalar multiplies the determinant by the same scalar.
Let (A) be a (3 \times 3) matrix with eigenvalues (1, 2, 3). Find the determinant of (A^2).
D
Correct answer
Explanation
The determinant of a matrix is the product of its eigenvalues. Therefore, the determinant of (A) is (1 \cdot 2 \cdot 3 = 6). The determinant of (A^2) is the square of the determinant of (A), so the determinant of (A^2) is (6^2 = 18).
Let (A) be a (3 \times 3) matrix with eigenvalues (1, 2, 3). Find the trace of (A^3).
C
Correct answer
Explanation
The trace of a matrix is the sum of its eigenvalues. Therefore, the trace of (A) is (1 + 2 + 3 = 6). The trace of (A^3) is the trace of (A \cdot A \cdot A), which is equal to the sum of the eigenvalues of (A \cdot A \cdot A). The eigenvalues of (A \cdot A \cdot A) are the cubes of the eigenvalues of (A), which are (1^3, 2^3, 3^3). Therefore, the trace of (A^3) is (1^3 + 2^3 + 3^3 = 1 + 8 + 27 = 36).
Let (A) be a (3 \times 3) matrix with eigenvalues (1, 2, 3). Find the determinant of (A^4).
D
Correct answer
Explanation
The determinant of a matrix is the product of its eigenvalues. Therefore, the determinant of (A) is (1 \cdot 2 \cdot 3 = 6). The determinant of (A^4) is the square of the determinant of (A^2), which is equal to the square of the determinant of (A \cdot A). The eigenvalues of (A \cdot A) are the squares of the eigenvalues of (A), which are (1^2, 2^2, 3^2). Therefore, the determinant of (A^2) is (1^2 \cdot 2^2 \cdot 3^2 = 36). The determinant of (A^4) is (36^2 = 729).
Which of the following matrices represents a rotation of 45 degrees about the origin in the $xy$-plane?
-
$$\begin{bmatrix} \cos 45° & -\sin 45° \\ \sin 45° & \cos 45° \end{bmatrix}$$
-
$$\begin{bmatrix} \cos 45° & \sin 45° \\ -\sin 45° & \cos 45° \end{bmatrix}$$
-
$$\begin{bmatrix} \cos 45° & 0 \\ 0 & \cos 45° \end{bmatrix}$$
-
$$\begin{bmatrix} \cos 45° & 0 \\ 0 & -\cos 45° \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} \cos 45° & -\sin 45° \ \sin 45° & \cos 45° \end{bmatrix}$$ represents a rotation of 45 degrees about the origin in the $xy$-plane because it satisfies the following equation: $$\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} \cos 45° & -\sin 45° \ \sin 45° & \cos 45° \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}$$, where $$(x', y')$$ are the coordinates of a point after the rotation and $$(x, y)$$ are the coordinates of the point before the rotation.