Primary Tool
Math Workspace (CAS)
The determinant can feel like a formula until you watch the basis vectors move. The CAS embed pairs each determinant with the image vectors that form the new parallelogram.
Area scale factor
Start with the unit square in the plane. A matrix sends its two edge vectors, and , to the two columns of the matrix.
Those two image vectors form a parallelogram. The determinant is the signed area of that parallelogram, so tells how much area was scaled.
What the sign means
A positive determinant preserves orientation: the transformed basis still has the same clockwise or counterclockwise order.
A negative determinant reverses orientation, like a reflection combined with other stretching or shearing. The absolute value still gives the area scale.
Why zero matters
If , the image of the unit square has zero area. Geometrically, the plane has collapsed onto a line or a point.
That is why determinant zero signals non-invertibility. Once area collapses to zero, two-dimensional information has been lost.
Common Pitfall
The determinant is not the area of the original shape. It is the factor by which oriented area changes under the matrix transformation.
Try a Variation
Find a 2 by 2 matrix with determinant . What should happen to the orientation and area of the unit square?
Related Pages
Keep moving through the cluster
How a linear transformation changes the plane
A linear transformation of the plane is completely determined by where it sends the two standard basis vectors. From there, every grid point follows by the same linear combination.
Open explanation →
What a basis does in linear algebra
A basis is what turns a vector space into something you can navigate. It reaches every vector, and it does so without redundancy, so coordinates become possible.
Open explanation →
What linear independence means geometrically
Linear independence is the condition that nothing in the list is wasted. Geometrically, each new vector must add a new direction instead of repeating one you already had.
Open explanation →
Compute eigenvalues and eigenvectors of a matrix
A first serious 3 by 3 eigenproblem should show new structure without burying the point in arithmetic. This one does that: you see the characteristic polynomial, the eigenspaces, and the diagonalization test in one pass.
Open worked example →