Questions: Properties of Determinants

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Matrix A is a 3×3 matrix with det(A) = 5. What is det(3A)?

A15 — multiply det(A) by the scalar 3
B45 — multiply det(A) by 3², since there are two dimensions affected
C135 — multiply det(A) by 3³, since scaling a 3×3 matrix by 3 scales each of three dimensions
D5 — scalar multiplication of a matrix doesn't affect its determinant
Question 2 Multiple Choice

During Gaussian elimination on matrix A, you perform these operations in order: swap two rows, multiply one row by 5, add a multiple of one row to another. How does each operation affect det(A)?

ASwap negates det; scaling by 5 multiplies det by 5; row addition multiplies det by the row multiple used
BSwap negates det; scaling by 5 multiplies det by 5; row addition leaves det unchanged
CAll three operations are elementary row operations and therefore all leave det unchanged
DSwap does not affect det; scaling multiplies by 5; row addition leaves det unchanged
Question 3 True / False

det(Aᵀ) = det(A) for any square matrix A, meaning a matrix and its transpose always have the same determinant.

TTrue
FFalse
Question 4 True / False

If det(A) = 0, it means matrix A has no eigenvalues, which is why A is not invertible.

TTrue
FFalse
Question 5 Short Answer

Why does adding a multiple of one row to another row leave the determinant unchanged, even though it alters the entries of the matrix?

Think about your answer, then reveal below.