IP331.com | Online Tools
HomeMatricesLinear Transformation Simulator

Linear Transformation Simulator

Visualize how a 2x2 matrix transforms vectors and the coordinate grid

a
b
c
d
Vector x
Vector y

Linear Transformation Formula

MatrixA = [[a,b],[c,d]]
Vector transformA[x,y] = [ax + by, cx + dy]
Determinantdet(A) = ad - bc

How to Read the Simulator

Example: matrix [[1, 0.5], [0, 1]] is a shear transformation. It keeps vertical height the same while sliding points horizontally based on their y-value.

Frequently Asked Questions

What is a linear transformation?
A linear transformation maps vectors to new vectors while preserving vector addition and scalar multiplication.
How does a 2x2 matrix transform a vector?
For matrix [[a,b],[c,d]], vector (x,y) maps to (ax + by, cx + dy).
What does determinant mean visually?
The determinant describes area scaling. A negative determinant also indicates orientation reversal.
What transformations can matrices represent?
2D matrices can represent scaling, rotation, shear, reflection, projection, and combinations of these transformations.

More Matrix Tools

Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.

© 2026 IP331.com - Free Online Tools. All rights reserved.

Privacy Policy | Cookie Policy | Terms of Use | Disclaimer