A linear transformation is a function T: V W preserving vector addition and scalar multiplication: Combined, this requires T(u + v) = \,T(u) + \,T(v).
Physics I212 wordsFree to read
A linear transformation is a function T:V→W preserving vector addition and scalar multiplication:
T(u+v)=T(u)+T(v)andT(αu)=αT(u)
Combined, this requires T(αu+βv)=αT(u)+βT(v).
Every linear map from Rn to Rm is represented by an m×nmatrixA via T(x)=Ax. Crucial rule: The columns of A are the exact images of the standard basis vectors.
Pitfall: Guessing entries without testing basis vectors is how rotations get mistaken for shears.
Placeholder: Linear Transformations
Kernel, Image, and Matrices
The kernelker(T)={v:T(v)=0} is the null space. The imageIm(T)={T(v)} is the column space.
T is injective when ker(T)={0}, and surjective when Im(T)=W.