Practice set

Determinants practice quiz with instant score

Answer all 10 questions below, then get your final score and a mistake review at the end so you know exactly what to improve.

0 / 10 answered
Question 1 Not answered

If the sum of all rows of a matrix is the zero vector, what is its determinant?

Question 2 Not answered

Compute the determinant of \(\begin{pmatrix}1 & 2 & 0\\3 & 4 & 0\\5 & 6 & 1\end{pmatrix}\).

Question 3 Not answered

What is the determinant of \(\begin{pmatrix}0 & 3 \\ 0 & 5\end{pmatrix}\)?

Question 4 Not answered

What is the determinant of the cyclic permutation matrix \(\begin{pmatrix}0 & 1 & 0\\0 & 0 & 1\\1 & 0 & 0\end{pmatrix}\)?

Question 5 Not answered

What is true about the determinant if a square matrix is singular?

Question 6 Not answered

If a matrix has two identical rows, what is its determinant?

Question 7 Not answered

What is the value of \(\det(I_n)\) for the n×n identity matrix?

Question 8 Not answered

If one row of a \(2 \times 2\) matrix is multiplied by \(-3\), how does the determinant change?

Question 9 Not answered

What is the determinant of \(\begin{pmatrix}5 & 5 \\ 1 & 1\end{pmatrix}\)?

Question 10 Not answered

Find the determinant of \(\begin{pmatrix}0 & 2 \\ 0 & 3\end{pmatrix}\).

Determinants

Learn Determinants: Interactive Problems and Worked Examples

Use the question set below to practice determinants and the most important determinant properties you need for Linear Algebra: determinant notation \(\det(A)\) and what it measures (signed area/volume scaling), the must-know \(2\times 2\) determinant formula \(\det\!\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\), \(3\times 3\) determinants using cofactor (Laplace) expansion and choosing a row/column with zeros, fast methods with row reduction / Gaussian elimination while tracking row operations (swapping rows flips the sign, scaling a row scales the determinant, adding a multiple of one row to another keeps the determinant unchanged), quick determinants of diagonal and triangular matrices (product of diagonal entries), key algebra rules like \(\det(AB)=\det(A)\det(B)\), \(\det(A^T)=\det(A)\), and \(\det(kA)=k^n\det(A)\), and the link between determinant and invertibility (a matrix is invertible iff \(\det(A)≠ 0\)), including permutation matrix determinants (\(\pm 1\)) and sign (even/odd permutations). If you want a refresher, click Start lesson to open a step-by-step guide with worked examples and quick checks.

Answer the question set and review your mistakes at the end.

How this determinants practice works

  • 1. Take the practice set: answer the determinant questions below.
  • 2. Open the lesson (optional): review how to compute determinants using formulas, cofactors, and row operations.
  • 3. Retry: return to the question set and apply determinant rules immediately to improve speed and accuracy.

What you will learn in the determinants lesson

\(2\times 2\) determinants and quick interpretation

  • Compute \(\det\!\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc\) fast and accurately
  • Understand \(\det(A)=0\) as a singular matrix and non-invertibility
  • Connect \(|\det(A)|\) to area scaling in 2D

\(3\times 3\) determinants with cofactors

  • Use cofactor (Laplace) expansion and the sign pattern \((+,-,+)\)
  • Choose a row/column with zeros to simplify computations
  • Spot zero determinants quickly (repeated/proportional rows or columns)

Row operations and determinant properties

  • Swap rows \(\Rightarrow\) determinant changes sign
  • Scale a row by \(k\) \(\Rightarrow\) determinant scales by \(k\)
  • Add a multiple of one row to another \(\Rightarrow\) determinant unchanged

Special matrices, products, and invertibility

  • Diagonal/triangular matrices: determinant is the product of diagonal entries
  • Product rule: \(\det(AB)=\det(A)\det(B)\)
  • Invertibility test: \(\det(A)≠ 0\) and \(\det(A^{-1})=\dfrac{1}{\det(A)}\)