All Mathematical truths are relative and conditional. — C. P. Steinmetz
4.1 Introduction
For a system
a unique solution exists when . That number is the determinant of
This chapter treats determinants up to order , minors, cofactors, adjoint, inverse, and solving linear systems.
means determinant of , not modulus. Only square matrices have determinants.
4.2 Determinant
Order
If , then .
Order
Order (expansion along a row or column)
Expanding along :
Expanding along any row or column gives the same value. Prefer a row/column with many zeros.
If and both are , then .
4.3 Properties (used constantly)
- Interchanging two rows (or columns) changes the sign of
- If two rows (or columns) are identical,
- times a row (or column) multiplies the determinant by
- Adding a multiple of one row to another does not change
4.4 Minors, cofactors, adjoint, inverse
Minor : determinant after deleting row and column .
Cofactor:
Adjoint: is the transpose of the cofactor matrix.
is singular if , non-singular if .
has an inverse if and only if is non-singular, and
4.5 System of linear equations
Write . Unique solution:
- : unique solution
- and : no solution (inconsistent)
- and : may or may not be consistent
Chapter Summary
- is defined only for square matrices
- Expand along any row or column
- Inverse exists
- Unique solution of is when
Exercises (NCERT)
- Exercise 4.1 — evaluating determinants
- Later exercises — properties, adjoint, inverse, linear systems
- Miscellaneous Exercise