Matrix Representations

Matrix Representations Quiz

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following matrices represents a rotation of 45 degrees about the origin in the $xy$-plane?

  1. $$\begin{bmatrix} \cos 45° & -\sin 45° \\ \sin 45° & \cos 45° \end{bmatrix}$$
  2. $$\begin{bmatrix} \cos 45° & \sin 45° \\ -\sin 45° & \cos 45° \end{bmatrix}$$
  3. $$\begin{bmatrix} \cos 45° & 0 \\ 0 & \cos 45° \end{bmatrix}$$
  4. $$\begin{bmatrix} \cos 45° & 0 \\ 0 & -\cos 45° \end{bmatrix}$$
Question 2 Multiple Choice (Single Answer)

Which of the following matrices represents a reflection about the $x$-axis?

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

Which of the following matrices represents a shear transformation that maps the line $y = x$ to the line $y = 2x$?

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

Which of the following matrices represents a projection onto the $x$-axis?

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

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

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

Which of the following matrices represents the inverse of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?

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

Which of the following matrices represents the transpose of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?

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

Which of the following matrices represents the determinant of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?

  1. $$-2$$
  2. $$2$$
  3. $$-10$$
  4. $$10$$
Question 9 Multiple Choice (Single Answer)

Which of the following matrices represents the trace of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?

  1. $$7$$
  2. $$9$$
  3. $$11$$
  4. $$13$$
Question 10 Multiple Choice (Single Answer)

Which of the following matrices represents the rank of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \end{bmatrix}$$?

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

Which of the following matrices represents the null space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?

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

Which of the following matrices represents the column space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?

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

Which of the following matrices represents the row space of the matrix $$\begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix}$$?

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

Which of the following matrices represents the eigenvalues of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?

  1. $$\{2, 5\}$$
  2. $$\{2, 7\}$$
  3. $$\{3, 4\}$$
  4. $$\{3, 5\}$$
Question 15 Multiple Choice (Single Answer)

Which of the following matrices represents the eigenvectors of the matrix $$\begin{bmatrix} 2 & 3 \ 4 & 5 \end{bmatrix}$$?

  1. $$\{\begin{bmatrix} 1 \\ 2 \end{bmatrix}, \begin{bmatrix} 3 \\ 4 \end{bmatrix}\}$$
  2. $$\{\begin{bmatrix} 1 \\ 1 \end{bmatrix}, \begin{bmatrix} 1 \\ 2 \end{bmatrix}\}$$
  3. $$\{\begin{bmatrix} 2 \\ 1 \end{bmatrix}, \begin{bmatrix} 3 \\ 2 \end{bmatrix}\}$$
  4. $$\{\begin{bmatrix} 2 \\ 3 \end{bmatrix}, \begin{bmatrix} 4 \\ 5 \end{bmatrix}\}$$