Linear Transformations
Definition: Linear Transformation
A linear transformation from a vector space to a vector space is a function which has the following property for all and all :
Definition: Kernel
Let and be vector spaces.
The kernel of a linear transformation is the set of all vectors which the transformation sends to the zero vector in :
Notation
Theorem: Zero Vector to Zero Vector
Theorem: Linearity of Composition
If and are linear transformations, then their composition is also a linear transformation .
PROOF
Theorem: Linearity of Inverse Transformations
If is a bijective linear transformation, then its inverse is also a bijective linear transformation.
PROOF
TODO
Matrix Representations
Theorem: Matrix Representation of a Linear Transformation
Let and be vector spaces and let and be ordered bases of and , respectively.
If is a linear transformation, then there exists a matrix such that for every we have
where is the coordinate vector of with respect to and is the coordinate vector of with respect to .
Warning: Dependence on the Choice of Bases
The coefficients of the matrix depend on the choice of and , i.e. different ordered bases will make the coefficients of different. To make this clear, we usually denote as .
PROOF
TODO
Algorithm: Finding the Matrix Representation
Let and be vector spaces and let be a linear transformation.
We want to find the matrix representation with respect to two ordered bases of our choice: for and for .
- Determine the effect of on the elements of , i.e. determine by applying to .
- Determine the coordinate vectors of with respect to .
There is no general process for this - it is different for each vector space.
- Construct by using the coordinate vectors as its columns:
EXAMPLE
TODO