A mapping between 2 vector spaces that preserves vector addition and scalar multiplication.
Let V,W be vector spaces over F. A linear transformation T from V to W is such that:
T:V→W be a function
T(u+v)=T(u)+T(v)∀u,v∈V
T(au)=aT(u)∀u,v∈V
Kernel
Denoted as kerT.
kerT={v∈V∣T(v)=0}⊆V
A subspace of V.
Null
Denoted by nullT. Dimension of kerT.
Range
Denoted as ranT.
ranT={T(v)∣v∈V}⊆W
A subspace of W.
If B is a basis of V, ranT=spanT(B).
Rank
Denoted by rankT. Dimension of ranT.
Rank-Nullity Theorem
dim(kerT)+dim(ran T)=dimV
Matrix of a Linear Transformation
Any linear transformation can be expressed as a matrix. And vice versa.
Suppose V and W are 2 vector spaces over F with m and n dimensions respectively. And suppose a linear transformation T:V→W is defined on them. And suppose (vi)i=1m and (wj)j=1n be ordered bases of each vector spaces.
Matrix of T, is An×m (∈Fn×m) such that: (T(vi))i=1m=Am×n(wj)j=1n.
Change of Basis
Suppose now 2 different bases of V and W are given: (vi′)i=1m and (wj′)j=1n. The new corresponding matrix A′ can be calculated using:
A′=Q−1AP
Here:
Pn×n is the change-of-basis matrix that satisfies (vi)i=1n
Qm×m is the change-of-basis matrix that satisfies (wj)j=1m