Matrices
Matrices Quiz: Test Your Understanding of Matrix Operations and Properties
Questions
Given the matrices (A = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}) and (B = \begin{bmatrix} 5 & 6 \ 7 & 8 \end{bmatrix}), find the product (AB).
- \begin{bmatrix} 19 & 22 \ 43 & 50 \end{bmatrix}
- \begin{bmatrix} 11 & 14 \ 25 & 30 \end{bmatrix}
- \begin{bmatrix} 17 & 20 \ 39 & 46 \end{bmatrix}
- \begin{bmatrix} 23 & 26 \ 51 & 58 \end{bmatrix}
What is the determinant of the matrix (C = \begin{bmatrix} -2 & 3 \ 5 & -1 \end{bmatrix})?
- 1
- -1
- 5
- -5
Which of the following matrices is the identity matrix of order 3?
- \begin{bmatrix} 1 & 0 & 0 \ 0 & 1 & 0 \ 0 & 0 & 1 \end{bmatrix}
- \begin{bmatrix} 0 & 1 & 0 \ 1 & 0 & 0 \ 0 & 0 & 1 \end{bmatrix}
- \begin{bmatrix} 1 & 0 & 0 \ 0 & 0 & 1 \ 0 & 1 & 0 \end{bmatrix}
- \begin{bmatrix} 0 & 0 & 1 \ 1 & 0 & 0 \ 0 & 1 & 0 \end{bmatrix}
If (A) is a square matrix and (A^2 = 0), then which of the following statements is true?
- All eigenvalues of \(A\) are zero.
- All eigenvalues of \(A\) are non-zero.
- The determinant of \(A\) is zero.
- The trace of \(A\) is zero.
What is the rank of the matrix (D = \begin{bmatrix} 1 & 2 & 3 \ 2 & 4 & 6 \ 3 & 6 & 9 \end{bmatrix})?
- 1
- 2
- 3
- 4
Which of the following matrices is a symmetric matrix?
- \begin{bmatrix} 1 & 2 \ 2 & 3 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ -2 & 1 \end{bmatrix}
- \begin{bmatrix} 1 & 0 \ 0 & 1 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
What is the trace of the matrix (E = \begin{bmatrix} 5 & 2 \ 3 & -1 \end{bmatrix})?
- 4
- 2
- 0
- -2
If (F) is a square matrix and (F^T = -F), then which of the following statements is true?
- All eigenvalues of \(F\) are zero.
- All eigenvalues of \(F\) are non-zero.
- The determinant of \(F\) is zero.
- The trace of \(F\) is zero.
Which of the following matrices is an orthogonal matrix?
- \begin{bmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{bmatrix}
- \begin{bmatrix} \frac{1}{\sqrt{3}} & \frac{1}{\sqrt{3}} & \frac{1}{\sqrt{3}} \ \frac{1}{\sqrt{3}} & \frac{1}{\sqrt{3}} & -\frac{1}{\sqrt{3}} \ \frac{1}{\sqrt{3}} & -\frac{1}{\sqrt{3}} & \frac{1}{\sqrt{3}} \end{bmatrix}
- \begin{bmatrix} 0 & 1 \ 1 & 0 \end{bmatrix}
- \begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix}
What is the null space of the matrix (G = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix})?
- The set of all vectors \(x\) such that \(Gx = 0\).
- The set of all vectors \(x\) such that \(xG = 0\).
- The set of all vectors \(x\) such that \(G^Tx = 0\).
- The set of all vectors \(x\) such that \(x^TG = 0\).
Which of the following matrices is a diagonalizable matrix?
- \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
- \begin{bmatrix} 1 & 0 \ 0 & 2 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ 2 & 1 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ 3 & 6 \end{bmatrix}
What is the characteristic polynomial of the matrix (H = \begin{bmatrix} 2 & 3 \ -1 & 2 \end{bmatrix})?
- \(x^2 - 4x + 7\)
- \(x^2 - 3x + 2\)
- \(x^2 + 4x + 7\)
- \(x^2 + 3x + 2\)
Which of the following matrices is a singular matrix?
- \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
- \begin{bmatrix} 1 & 0 \ 0 & 0 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ 2 & 4 \end{bmatrix}
- \begin{bmatrix} 1 & 2 \ 3 & 6 \end{bmatrix}
What is the cofactor of the element (a_{23}) of the matrix (J = \begin{bmatrix} 1 & 2 & 3 \ 4 & 5 & 6 \ 7 & 8 & 9 \end{bmatrix})?
- -3
- 3
- -9
- 9