Primary Tool
Math Workspace (CAS)
The CAS embed makes the rule concrete. Multiplying the matrix by , , and shows how the entire plane is rebuilt from two image vectors.
Two vectors control the picture
For a matrix , the first column is and the second column is .
That means the standard horizontal unit vector moves to , while the vertical unit vector moves to .
What happens to the grid
Every vector is . Because the transformation is linear, its image is .
So straight grid lines stay straight, parallel lines stay parallel, and the unit square becomes the parallelogram spanned by the two column vectors.
Area and orientation
For this matrix, . The shape of the grid changes, but signed area is preserved.
A different matrix could stretch area, shrink it, flip orientation, or collapse the plane onto a line. The determinant records that global area behavior.
Common Pitfall
A linear transformation does not have to preserve angles or lengths. It preserves linear combinations and sends the origin to the origin; rotations and reflections are only special cases.
Try a Variation
Change the matrix to . Where do and go, and what happens to the unit square?
Related Pages
Keep moving through the cluster
What a determinant measures geometrically
The determinant of a 2 by 2 matrix is the signed area scale factor of the transformation. It tells whether the unit square stretches, flips, or collapses.
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 →
Proof that the composition of linear maps is linear
Composing two linear maps does not break linearity. The proof is a careful unpacking of definitions: first pass through the inner map, then use linearity again in the outer map.
Open proof →
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 →