Find the Determinant of the Resulting Matrix [[3,0,2],[2,-1,3],[7,1,3]][[u],[v],[w]]
Problem
Solution
Identify the dimensions of the matrices. The first matrix is a
3×3 matrix and the second is a3×1 column vector.Determine the size of the resulting matrix. Multiplying a
3×3 matrix by a3×1 matrix results in a3×1 matrix.Apply the definition of the determinant. The determinant is only defined for square matrices (where the number of rows equals the number of columns).
Conclude that because the resulting matrix is a
3×1 matrix and not a square matrix, the determinant cannot be calculated.
Final Answer
Want more problems? Check here!