Linear Transformations and Matrices
Linear Transformations and Matrices
T (e2 ) = (1, 1, 2) 0 ;
2
T (e3 ) = (1, 0, 3) 0 ,
and thus
A= 1
1
0
2
1 .
Notice that the entries of the matrix A are just the coefficients of u1 , u2 , u3 in the
definition of T .
Example: If A is the m n zero matrix then TA is the zero linear transformation that
maps every v Rn into the zero vector in Rm .
Example: If n = m and In is the n n identity matrix, then TIn is the linear transformation, Rn Rn that maps every vector into itself and is called the identity linear
transformation.
A=
5.2
with respect to B to the standard coordinates. Also, the inverse of this matrix is the
transition matrix from standard coordinates to coordinates with respect to the basis B.
If P is the transition matrix from coordinates in a basis B of Rn to standard coordinates, then considered as the matrix of a linear transformation TP (x) = Px, the linear
transformation actually maps the standard basis vectors ei to the new basis vectors
vi , that is, TP (ei ) = vi .
radians counterclockwise. What are the coordinates of a vector with respect to this
new basis B = {v1 , v2 }? Consider the linear transformation T that transforms the
vectors in the standard basis e1 , e2 into the new basis vectors:
0
0
1 1
v1 = cos , sin
= ,
4
4
2 2
and
0
v2 = sin , cos
=
4
4
1 1
,
2 2
0
that is, T (e1 ) = v1 and T (e2 ) = v2 . The matrix associated to the linear transformation
is the transition matrix
P=
1
2
12
1
2
1
2
which corresponds to the transition matrix from coordinates with respect to B to standard coordinates. Then the coordinates of a vector v with respect to the new basis are
given by
P1 v .
The inverse of a counterclockwise rotation is a clockwise rotation, so we have:
1
1
cos
sin
4
4
2
2
=
P1 =
1
1
sin 4
cos 4
2 2
5
1
2
=
P1 x =
1
1
2
1
0
2
Alternatively we could have noticed that v = 2v1 , and we get that the coordinates
5.2.1
1
2
1
2
Given a basis B of Rn with transition matrix PB , and another basis B 0 with transition
matrix PB 0 , we can obtain the transition matrix to change from coordinates in the basis
B to coordinates in the basis B 0 directly from these two matrices, instead of computing
the coordinates of one set of vectors with respect to the other.
To do that, we first change from coordinates with respect to B to standard coordinates
using PB , and then change from standard coordinates to coordinates with respect to
1
1
B 0 using PB
0 . The matrix M = PB 0 PB is the transition matrix from coordinates with
1 1
3 5
and PB 0 =
, respecstandard coordinates are given by PB =
2 1
1 2
tively. If we want to find the coordinates of vector u with respect to B 0 and we know
that its coordinates with respect to B are given by (4, 1) 0 , we can simply compute
2 5
1 1
4
25
1
=
,
TM (u) = Mu = PB
0 PB u =
1 3
2 1
1
16
to obtain those coordinates.
6