Find the Determinant of the Resulting Matrix [[81,32],[162,48]][[-3,0],[0,-2]]
Problem
Solution
Identify the property of determinants for the product of two matrices
A andB which states thatdet(A*B)=det(A)*det(B) Calculate the determinant of the first matrix
A=[[81,32],[162,48]] using the formulaa*d−b*c
Calculate the determinant of the second matrix
B=[[−3,0],[0,−2]] using the formulaa*d−b*c
Multiply the two determinants together to find the determinant of the resulting matrix.
Final Answer
Want more problems? Check here!