If A and B given, then what is determinant of AB
If \( A = \begin{bmatrix}1 & 2 \\2 & 3 \end{bmatrix} \) and \( B = \begin{bmatrix}1 & 0 \\1 & 0 \end{bmatrix} \) then what is determinant of AB?
- 0
- 1
- 10
- 20
Solution
The determinant of the product matrix is equal to the product of the individual determinant values of the square matrices of same order.
|AB| = |A| |B|
Since determinant of B = 0, |AB| = 0
The correct option is A.