Find the Determinant of the Resulting Matrix
Problem
Solution
Identify the dimensions of the matrices. The first matrix is a
3×3 matrix and the second matrix is a1×3 matrix.Check for matrix multiplication compatibility. For the product
A*B to exist, the number of columns inA must equal the number of rows inB Determine the validity of the operation. The first matrix has 3 columns, but the second matrix has only 1 row.
Conclude that the multiplication is undefined. Since the matrices cannot be multiplied, a resulting matrix does not exist.
Note on determinants. A determinant can only be calculated for square matrices (
n×n . Even if the dimensions allowed multiplication in a different order, the resulting matrix would not be square.
Final Answer
Want more problems? Check here!