Matrices

Matrices Quiz: Test Your Understanding of Matrix Operations and Properties

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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).

  1. \begin{bmatrix} 19 & 22 \ 43 & 50 \end{bmatrix}
  2. \begin{bmatrix} 11 & 14 \ 25 & 30 \end{bmatrix}
  3. \begin{bmatrix} 17 & 20 \ 39 & 46 \end{bmatrix}
  4. \begin{bmatrix} 23 & 26 \ 51 & 58 \end{bmatrix}
Question 2 Multiple Choice (Single Answer)

What is the determinant of the matrix (C = \begin{bmatrix} -2 & 3 \ 5 & -1 \end{bmatrix})?

  1. 1
  2. -1
  3. 5
  4. -5
Question 3 Multiple Choice (Single Answer)

Which of the following matrices is the identity matrix of order 3?

  1. \begin{bmatrix} 1 & 0 & 0 \ 0 & 1 & 0 \ 0 & 0 & 1 \end{bmatrix}
  2. \begin{bmatrix} 0 & 1 & 0 \ 1 & 0 & 0 \ 0 & 0 & 1 \end{bmatrix}
  3. \begin{bmatrix} 1 & 0 & 0 \ 0 & 0 & 1 \ 0 & 1 & 0 \end{bmatrix}
  4. \begin{bmatrix} 0 & 0 & 1 \ 1 & 0 & 0 \ 0 & 1 & 0 \end{bmatrix}
Question 4 Multiple Choice (Single Answer)

If (A) is a square matrix and (A^2 = 0), then which of the following statements is true?

  1. All eigenvalues of \(A\) are zero.
  2. All eigenvalues of \(A\) are non-zero.
  3. The determinant of \(A\) is zero.
  4. The trace of \(A\) is zero.
Question 5 Multiple Choice (Single Answer)

What is the rank of the matrix (D = \begin{bmatrix} 1 & 2 & 3 \ 2 & 4 & 6 \ 3 & 6 & 9 \end{bmatrix})?

  1. 1
  2. 2
  3. 3
  4. 4
Question 6 Multiple Choice (Single Answer)

Which of the following matrices is a symmetric matrix?

  1. \begin{bmatrix} 1 & 2 \ 2 & 3 \end{bmatrix}
  2. \begin{bmatrix} 1 & 2 \ -2 & 1 \end{bmatrix}
  3. \begin{bmatrix} 1 & 0 \ 0 & 1 \end{bmatrix}
  4. \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
Question 7 Multiple Choice (Single Answer)

What is the trace of the matrix (E = \begin{bmatrix} 5 & 2 \ 3 & -1 \end{bmatrix})?

  1. 4
  2. 2
  3. 0
  4. -2
Question 8 Multiple Choice (Single Answer)

If (F) is a square matrix and (F^T = -F), then which of the following statements is true?

  1. All eigenvalues of \(F\) are zero.
  2. All eigenvalues of \(F\) are non-zero.
  3. The determinant of \(F\) is zero.
  4. The trace of \(F\) is zero.
Question 9 Multiple Choice (Single Answer)

Which of the following matrices is an orthogonal matrix?

  1. \begin{bmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}} \ \frac{1}{\sqrt{2}} & -\frac{1}{\sqrt{2}} \end{bmatrix}
  2. \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}
  3. \begin{bmatrix} 0 & 1 \ 1 & 0 \end{bmatrix}
  4. \begin{bmatrix} 1 & 0 \ 0 & -1 \end{bmatrix}
Question 10 Multiple Choice (Single Answer)

What is the null space of the matrix (G = \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix})?

  1. The set of all vectors \(x\) such that \(Gx = 0\).
  2. The set of all vectors \(x\) such that \(xG = 0\).
  3. The set of all vectors \(x\) such that \(G^Tx = 0\).
  4. The set of all vectors \(x\) such that \(x^TG = 0\).
Question 11 Multiple Choice (Single Answer)

Which of the following matrices is a diagonalizable matrix?

  1. \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
  2. \begin{bmatrix} 1 & 0 \ 0 & 2 \end{bmatrix}
  3. \begin{bmatrix} 1 & 2 \ 2 & 1 \end{bmatrix}
  4. \begin{bmatrix} 1 & 2 \ 3 & 6 \end{bmatrix}
Question 12 Multiple Choice (Single Answer)

What is the characteristic polynomial of the matrix (H = \begin{bmatrix} 2 & 3 \ -1 & 2 \end{bmatrix})?

  1. \(x^2 - 4x + 7\)
  2. \(x^2 - 3x + 2\)
  3. \(x^2 + 4x + 7\)
  4. \(x^2 + 3x + 2\)
Question 13 Multiple Choice (Single Answer)

Which of the following matrices is a singular matrix?

  1. \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}
  2. \begin{bmatrix} 1 & 0 \ 0 & 0 \end{bmatrix}
  3. \begin{bmatrix} 1 & 2 \ 2 & 4 \end{bmatrix}
  4. \begin{bmatrix} 1 & 2 \ 3 & 6 \end{bmatrix}
Question 14 Multiple Choice (Single Answer)

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})?

  1. -3
  2. 3
  3. -9
  4. 9