A function T: V W is a linear transformation if for all u,v V and R: Every linear transformation from R^n to R^m can be represented by an m n matrix.
Physics I264 wordsFree to read
A function T:V→W is a linear transformation if for all u,v∈V and α∈R:
T(u+v)=T(u)+T(v)T(αu)=αT(u)
Every linear transformation from Rn to Rm can be represented by an m×nmatrix.
Common transformations inR2
Transformation
Matrix
Rotation by θ
(cosθsinθ−sinθcosθ)
Reflection in x-axis
(100−1)
Scaling by k
(k00k)
Shear along x
(10k1)
Kernel and image
ker(T)={v∈V:T(v)=0} — the null space.
Im(T)={T(v):v∈V} — the column space.
T is injective⟺ker(T)={0}.
T is surjective⟺Im(T)=W.
Physics link: Rotations, reflections, and Lorentz boosts are all linear transformations. The matrix representation lets us compose them by simple multiplication.
Common pitfall: A matrix’s columns are the images of the basis vectors — that is the decoding key. Guessing a transformation from its entries without this reading is how rotations get mistaken for shears.
Placeholder: Linear Transformations
A linear transformationT:Rn→Rm satisfies:
T(αu+βv)=αT(u)+βT(v)
Every linear map is represented by a matrix A such that T(x)=Ax. The columns of A are the images of the standard basis vectors.
Common transformations: rotations, reflections, scaling, shearing.
∣detA∣ measures how the map scales areas. If detA<0, it reverses orientation.
Linear Transformation
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.