Difficulty: Easy
Correct Answer: good for second- and third-order determinants
Explanation:
Introduction / Context:
Determinants can be computed with several techniques. For small matrices, manual expansion (such as Sarrus rule for 3×3, or cofactor expansion for 2×2 and 3×3) is straightforward and quick. For higher orders, systematic methods (row reduction, LU decomposition) are typically more efficient and less error-prone.
Given Data / Assumptions:
Concept / Approach:
Cofactor/expansion methods scale poorly as order grows because the number of terms increases rapidly. However, for second- and third-order determinants, expansion is concise and transparent, making it a preferred hand-calculation technique in courses and exams.
Step-by-Step Solution:
Verification / Alternative check:
Compare operation counts: cofactor expansion grows combinatorially, whereas elimination (row-reduction to triangular form) uses polynomial-time operations, explaining why expansion is recommended mainly for low orders.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
good for second- and third-order determinants
Discussion & Comments