A transformation (or function/map) is a rule that assigns every element from one set to an element in the same or another set. Formally, if we have two sets and , a transformation is a function:
which means that for each element , there is a unique corresponding element .
Linear Transformations
Let and be vector spaces over the same field. A function
is called a linear transformation if for all vectors and every scalar , the following two properties hold:
- Additivity:
- Homogeneity (Scalar Multiplication):
Matrices
When dealing with finite-dimensional vector spaces, any linear transformation can be represented by a matrix.
If is a linear transformation from to , there exists an matrix such that
for every vector .
Matrix-Vector Multiplication Linearity
Given a matrix and
To verify the linearity of the map , we check two properties:
- Additivity:
For any vectors , we have:
- Homogeneity:
For any vector and any scalar , we have:
A direct computation shows that these properties hold due to the distributive and scalar multiplication properties inherent in the definition of matrix multiplication.
But are all linear transformations Matrices?
To prove that every linear transformation can be written as a matrix, we must also show:
- Matrix Representation Existence:
For a given linear transformation
where and are finite-dimensional vector spaces, choose bases
Then express each image
These coefficients form the columns of the matrix such that for any , the action of is given by
when is expressed in the chosen basis.
- Uniqueness Relative to the Bases:
The constructed matrix is unique for the chosen bases, which guarantees a one-to-one correspondence between linear transformations and their matrix representations.
In More detail
Since is linear, the image of each basis vector can be uniquely written as a linear combination of the basis vectors of . That is, for each ,
where are scalars.
We form the matrix using these coefficients as columns:
Any vector can be written as a linear combination of the basis vectors:
Applying the linear transformation gives:
Substitute the expressions for :
Rearrange the sums to group the coefficients for each :
This is exactly the result of the matrix multiplication:
gives the coordinates in basis of .
Thus, every linear transformation can be represented by a matrix . The columns of are the coordinate representations of the images of the basis vectors of , and the transformation of any vector is achieved via matrix multiplication.