Mathematics
Linear Algebra
510 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
Which of the following matrices represents a reflection about the $x$-axis?
-
$$\begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}$$
-
$$\begin{bmatrix} -1 & 0 \\ 0 & 1 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & -1 \\ -1 & 0 \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix}$$ represents a reflection about the $x$-axis because it satisfies the following equation: $$\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}$$, where $$(x', y')$$ are the coordinates of a point after the reflection and $$(x, y)$$ are the coordinates of the point before the reflection.
Which of the following matrices represents a shear transformation that maps the line $y = x$ to the line $y = 2x$?
-
$$\begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}$$
-
$$\begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$$
-
$$\begin{bmatrix} 2 & 0 \\ 0 & 1 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & 1 \\ 1 & 2 \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} 1 & 1 \ 0 & 1 \end{bmatrix}$$ represents a shear transformation that maps the line $y = x$ to the line $y = 2x$ because it satisfies the following equation: $$\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} 1 & 1 \ 0 & 1 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}$$, where $$(x', y')$$ are the coordinates of a point after the shear transformation and $$(x, y)$$ are the coordinates of the point before the shear transformation.
Which of the following matrices represents a projection onto the $x$-axis?
-
$$\begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & 0 \\ 1 & 0 \end{bmatrix}$$
-
$$\begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} 1 & 0 \ 0 & 0 \end{bmatrix}$$ represents a projection onto the $x$-axis because it satisfies the following equation: $$\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} 1 & 0 \ 0 & 0 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}$$, where $$(x', y')$$ are the coordinates of a point after the projection and $$(x, y)$$ are the coordinates of the point before the projection.
Which of the following matrices represents a change of basis from the standard basis to the basis $${\begin{bmatrix} 1 \ 2 \end{bmatrix}, \begin{bmatrix} 3 \ 4 \end{bmatrix}}$$?
-
$$\begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix}$$
-
$$\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$$
-
$$\begin{bmatrix} 2 & 3 \\ 4 & 1 \end{bmatrix}$$
-
$$\begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} 1 & 3 \ 2 & 4 \end{bmatrix}$$ represents a change of basis from the standard basis to the basis $${\begin{bmatrix} 1 \ 2 \end{bmatrix}, \begin{bmatrix} 3 \ 4 \end{bmatrix}}$$ because it satisfies the following equation: $$\begin{bmatrix} x' \ y' \end{bmatrix} = \begin{bmatrix} 1 & 3 \ 2 & 4 \end{bmatrix} \begin{bmatrix} x \ y \end{bmatrix}$$, where $$(x', y')$$ are the coordinates of a point in the new basis and $$(x, y)$$ are the coordinates of the point in the old basis.
Which of the following matrices represents the transpose of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?
-
$$\begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix}$$
-
$$\begin{bmatrix} 3 & 1 \\ 4 & 2 \end{bmatrix}$$
-
$$\begin{bmatrix} 2 & 1 \\ 4 & 3 \end{bmatrix}$$
-
$$\begin{bmatrix} 4 & 2 \\ 3 & 1 \end{bmatrix}$$
A
Correct answer
Explanation
The matrix $$\begin{bmatrix} 1 & 3 \ 2 & 4 \end{bmatrix}$$ represents the transpose of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$ because it is obtained by interchanging the rows and columns of the original matrix.
Which of the following matrices represents the determinant of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?
-
$$-2$$
-
$$2$$
-
$$-10$$
-
$$10$$
A
Correct answer
Explanation
The determinant of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$ is $$-2$$ because it is calculated by subtracting the product of the elements on the main diagonal from the product of the elements on the other diagonal.
Which of the following matrices represents the trace of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?
-
$$7$$
-
$$9$$
-
$$11$$
-
$$13$$
A
Correct answer
Explanation
The trace of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$ is $$7$$ because it is calculated by adding the elements on the main diagonal.
Which of the following matrices represents the rank of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \end{bmatrix}$$?
B
Correct answer
Explanation
The rank of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \end{bmatrix}$$ is $$2$$ because it is the maximum number of linearly independent rows or columns in the matrix.
Which of the following matrices represents the null space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?
-
$$\{\begin{bmatrix} -2 \\ 1 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 2 \\ -1 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 0 \\ 0 \end{bmatrix}\}$$
A
Correct answer
Explanation
The null space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$ is $${\begin{bmatrix} -2 \ 1 \end{bmatrix}}$$ because it is the set of all vectors that are orthogonal to the row space of the matrix.
Which of the following matrices represents the column space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?
-
$$\{\begin{bmatrix} 1 \\ 3 \end{bmatrix}, \begin{bmatrix} 2 \\ 4 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 2 \end{bmatrix}, \begin{bmatrix} 3 \\ 4 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 0 \\ 0 \end{bmatrix}\}$$
A
Correct answer
Explanation
The column space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$ is $${\begin{bmatrix} 1 \ 3 \end{bmatrix}, \begin{bmatrix} 2 \ 4 \end{bmatrix}}$$ because it is the set of all linear combinations of the columns of the matrix.
Which of the following matrices represents the row space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?
-
$$\{\begin{bmatrix} 1 \\ 3 \end{bmatrix}, \begin{bmatrix} 2 \\ 4 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 2 \end{bmatrix}, \begin{bmatrix} 3 \\ 4 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 0 \\ 0 \end{bmatrix}\}$$
B
Correct answer
Explanation
The row space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$ is $${\begin{bmatrix} 1 \ 2 \end{bmatrix}, \begin{bmatrix} 3 \ 4 \end{bmatrix}}$$ because it is the set of all linear combinations of the rows of the matrix.
Which of the following matrices represents the eigenvalues of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?
-
$$\{2, 5\}$$
-
$$\{2, 7\}$$
-
$$\{3, 4\}$$
-
$$\{3, 5\}$$
B
Correct answer
Explanation
The eigenvalues of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$ are $$2$$ and $$7$$ because they are the roots of the characteristic polynomial of the matrix.
Which of the following matrices represents the eigenvectors of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?
-
$$\{\begin{bmatrix} 1 \\ 2 \end{bmatrix}, \begin{bmatrix} 3 \\ 4 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 1 \\ 1 \end{bmatrix}, \begin{bmatrix} 1 \\ 2 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 2 \\ 1 \end{bmatrix}, \begin{bmatrix} 3 \\ 2 \end{bmatrix}\}$$
-
$$\{\begin{bmatrix} 2 \\ 3 \end{bmatrix}, \begin{bmatrix} 4 \\ 5 \end{bmatrix}\}$$
B
Correct answer
Explanation
The eigenvectors of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$ are $$\begin{bmatrix} 1 \ 1 \end{bmatrix}$$ and $$\begin{bmatrix} 1 \ 2 \end{bmatrix}$$ because they are the vectors that are not changed by the matrix except for a scalar multiple.
Which ancient algorithm is known for its ability to solve linear equations and is still used in modern AI for tasks like linear regression?
-
Gauss-Jordan Elimination
-
Newton's Method
-
Euclidean Algorithm
-
Fibonacci Sequence
A
Correct answer
Explanation
Gauss-Jordan Elimination is an ancient algorithm that efficiently solves systems of linear equations. It is widely used in modern AI for tasks like linear regression, where it helps find the best-fit line or hyperplane for a given dataset.
In a Hilbert space, the inner product of two vectors is:
-
A complex number
-
A real number
-
A vector
-
A matrix
A
Correct answer
Explanation
In a Hilbert space, the inner product of two vectors is a complex number.