Core concepts
- Matrix types and operations.
- Determinant expansion and properties.
- Adjoint and inverse of square matrix.
- Solving linear equations with matrix method and Cramer's rule.
Must-know shortcuts
- If two rows/columns are same -> determinant is
0. - Interchanging two rows changes sign.
- Factor common constants before expansion.
Question style in NDA
- Value of determinant after row/column transformation.
- Inverse existence check (
|A| != 0). - Solving 2-variable or 3-variable system quickly.
Common mistakes
- Expanding along a row with many non-zero terms (wastes time).
- Sign errors in cofactors.
- Forgetting determinant condition before inverse.