Determinants
A scalar associated with a square matrix measuring the signed volume scaling factor of the linear transformation it encodes.
The determinant of a square matrix , written or , is a scalar that captures essential information about the matrix.
For a matrix:
Geometric meaning: is the area of the parallelogram formed by the columns of (in 2D) or the volume of the parallelepiped (in 3D). The sign indicates whether the transformation preserves or reverses orientation.
- : the matrix is singular (not invertible, columns are linearly dependent)
- : the matrix is invertible
: .
The transformation scales areas by a factor of 10. Since , orientation is preserved.
Find . What does this tell you about the matrix?
Solution
.
The matrix is singular โ not invertible. Indeed, row 2 = row 1, so the rows are linearly dependent. The columns also span only a 1D subspace.
Related concepts
Needs first