

InterviewSolution
Saved Bookmarks
1. |
If `A = [{:(3, 4), (-1, 2):}] " and B"= [{:(2, -3), (4, -5):}]` , then find the determinant of AB.A. 10B. 20C. 12D. 15 |
Answer» Correct Answer - B `"det" (AB) = "det" A * "det"B`. |
|