Determinants
Summary
The determinant is a scalar associated to a square matrix. It measures signed volume scaling of the linear map, vanishes exactly when the matrix is singular, and appears in the eigenvalue equation
Prerequisites
Matrices and Row Reduction. Hub: Linear Algebra.
Definition / Statement
For a square matrix
Objects and Dimensions
| Object | Meaning | Dimensions |
|---|---|---|
|
|
square matrix |
|
|
|
determinant | scalar |
|
|
adjugate (transpose of cofactor matrix) |
|
Notation
| Symbol | Meaning |
|---|---|
|
|
A |
|
|
|
|
|
minor deleting row
|
Conditions / Assumptions
-
must be square for to be defined in this sense. -
if and only if is invertible. - Over
, is the volume scaling factor of the unit cube under .
Matrix / Vector Form
Product and transpose
Inverse (when
Row-reduction rules (sign and scale carefully):
- Swapping two rows multiplies
by . - Multiplying a row by
multiplies by . - Adding a multiple of one row to another leaves
unchanged. - Determinant of a triangular matrix is the product of diagonal entries.
Geometric Interpretation
-
: columns lie in a lower-dimensional flat; volume collapses. -
: orientation-preserving map; : orientation-reversing.
Worked Example
so the matrix is invertible. For
Common Mistakes
- Using
instead of for . - Applying the
pattern naively to without cofactors (the “diagonal trick” needs care with signs). - Concluding
(false in general). - Computing determinants of non-square matrices.
Connections
- Related: Matrices and Row Reduction, Eigenvalues and Eigenvectors, Systems of Linear Equations
- Next: Eigenvalues and Eigenvectors
- Volume links: bases and parallelepipeds in Vector Spaces and Bases
References
Determinant properties and computations follow MIT 18.06.[1]
MIT OpenCourseWare, 18.06 Linear Algebra, https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/ ↩︎