What is the determinant of the matrix [[4, 5], [0, 6]]?
Matrix [[4, 5], [0, 6]] का determinant क्या है?
Show answer and explanation
C. 24
ExplanationStep 1: This is an upper triangular matrix. Step 2: The determinant of a triangular matrix is the diagonal product: 4×6 = 24. Step 3: Zeros in a triangular matrix make determinant calculation quick.
Step 1: यह upper triangular matrix है। Step 2: Triangular matrix का determinant diagonal product होता है: 4×6 = 24। Step 3: Triangular matrix में zero वाले भाग से calculation आसान हो जाती है।