Question
What is the determinant of the matrix [[2, 3], [1, 4]]?
Select an option. Your answer will be checked instantly.
Correct Answer: A. 5
Explanation:
For [[a, b], [c, d]], determinant = ad - bc.
Thus, 2 × 4 - 3 × 1 = 5.
Leave a Reply