Questions: Computing Determinants

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

During row reduction of a matrix, you swap two rows to get a zero into a pivot position. How does this affect the determinant?

AIt multiplies the determinant by 2, since you are rearranging two rows
BIt negates the determinant — multiplies it by −1
CIt leaves the determinant unchanged, since the same rows are still present
DIt multiplies the determinant by the ratio of the two swapped rows
Question 2 Multiple Choice

A 3×3 matrix has three column vectors that all lie in the same plane through the origin. What is the determinant?

A1, since the vectors form a valid basis for the plane
B0, since the columns are linearly dependent and the matrix is singular
CThe area of the triangle spanned by the three column tips
DUndefined, since three coplanar vectors cannot form a 3×3 matrix
Question 3 True / False

Adding a multiple of one row to another row during row reduction leaves the determinant unchanged.

TTrue
FFalse
Question 4 True / False

If det(A) = 5 for a 3×3 matrix A, then the matrix 2A (most entry doubled) has determinant 10.

TTrue
FFalse
Question 5 Short Answer

Why does det(A) = 0 imply that the matrix A is singular (non-invertible)?

Think about your answer, then reveal below.