Answer: det(A).
- A n det(A)
- B 0
- C det(A)
- D -det(A)
Correct answer: C. det(A)
Explanation: The determinant of a matrix equals the determinant of its transpose: det(A<sup>T</sup>) = det(A).
Element aij of matrix A sits at the intersection of row i and column j.
Concept context
Matrix operations, determinants, inverses, and solving linear systems