Chapter 4. Linear Transformations: Lecture Notes For MA1111
Chapter 4. Linear Transformations: Lecture Notes For MA1111
Linear transformations
Lecture notes for MA1111
P. Karageorgis
1 / 22
Linear transformations
2 / 22
Kernel and image
4 / 22
Linear transformations and bases
v = x1 v1 + x2 v2 + . . . + xn vn
7 / 22
Linear transformations T : Rn → Rm
9 / 22
Linear transformations and coordinate vectors
T /W
V
f g
T′
Rn / Rm
T (f (x)) = f ′ (x).
T (1) = 0 = 0 · 1 + 0 · x,
T (x) = 1 = 1 · 1 + 0 · x,
T (x2 ) = 2x = 0 · 1 + 2 · x.
T (f (x)) = f (x + 1).
T (1) = 1 = 1 · 1 + 0 · x + 0 · x2 ,
T (x) = x + 1 = 1 · 1 + 1 · x + 0 · x2 ,
T (x2 ) = (x + 1)2 = 1 · 1 + 2 · x + 1 · x2 .
13 / 22
Matrix of a linear transformation: Example 3
A
RO n / Rm Vectors
B1 B2−1
Rn / Rm Coordinate vectors
17 / 22
Reflection along a line through the origin
Suppose T : R2 → R2 is reflection along a line through the origin. To
study this linear transformation, we choose the basis v1 , v2 so that v1
lies on the line of reflection and v2 is perpendicular to this line.
The two chosen vectors are such that T (v1 ) = v1 and T (v2 ) = −v2 .
Thus, the matrix of T with respect to the given basis is
1 0
A= .
0 −1
If one uses the standard basis, instead, then the matrix of T becomes
′ cos(2θ) sin(2θ)
A = ,
sin(2θ) − cos(2θ)
where θ is the angle between the line of reflection and the x-axis.
This example illustrates that the matrix of a linear transformation may
turn out to be very simple, if the basis is suitably chosen. In fact, we
ended up with the exact same matrix for any reflection whatsoever.
18 / 22
Similar matrices
C 2 = B −1 AB · B −1 AB = B −1 A2 B = 0.
C 2 = B −1 AB · B −1 AB = B −1 A2 B = B −1 B = In .
C = B −1 AB =⇒ C k = B −1 Ak B.
un = Aun−1 = A2 un−2 = . . . = An u0 .