lineartransform
A linear transform, or linear transformation, is a function T: V -> W between vector spaces that preserves vector addition and scalar multiplication: T(u+v) = T(u) + T(v) and T(c v) = c T(v) for all vectors u,v in V and scalars c. If V and W are finite-dimensional and defined over a common field, T can be represented by a matrix relative to chosen bases, so that T(v) = A v.
In Euclidean spaces, typical linear transforms include identity, zero transformation, projections onto subspaces, rotations, scalings, and
The kernel (null space) of T is the set of vectors mapped to zero; the image (range)
A linear transform is invertible if there exists a linear transform S with ST = TS = I;
Applications span computer graphics, signal processing, data compression, and solving systems of linear equations. In many