< Week 1 Week X (WIP) >
MG Week 12 - 13

Linear Transformations

Linear Transformations from Rn to Rm

Conditions for Linear Transformation

If any of the conditions are not met, T is not a linear transformation.

Composite Functions

S ° T is the composition of S with T

(S ° T)(u) = S(T(u))

T ° S is the composition of T with S

(T ° S)(u) = T(S(u))

Note: S ° T ≠ T ° S

Example

Let S : R3 → R2 be defined by

S








x
y
z








=


x + y
z


Let T : R2 → R3 be defined by

T




x
y




=




y
y
x




T ° S : R3 → R3 is

(T ° S)








x
y
z








= T




S




x
y
z









      = T




x + y
z





      =




z
z
x + y










z
z
x + y




=




0x + 0y + z
0x + 0y + z
x + y + 0z




=




0 0 1
0 0 1
1 1 0








x
y
z






Standard Matrix for T ° S is




0 0 1
0 0 1
1 1 0




Geometric Linear Transformations

Scalings in R2

Standard matrix :


λ1 0
0 λ2


Effect: To scale by a factor of λ1 along the x-axis, and by a factor of λ2 along the y-axis

Special Case: λ1 = λ2 = λ

λ > 1 → Effect: A dilation by a factor of λ

0 < λ < 1 → Effect: A contraction by a factor of λ

Reflections in R2

Reflection about the x-axis

Standard matrix :


1 0
0 -1


Reflection about the y-axis

Standard matrix :


-1 0
0 1


Reflection about the line y = x

Standard matrix :


0 1
1 0


Reflection about the line y = x tan θ

Standard matrix :


cos 2θ sin 2θ
sin 2θ -cos 2θ


Rotations in R2

Anti-clockwise rotation through an angle θ

Standard matrix :


cos θ -sin θ
sin θ cos θ


Translations

Not a linear transformation

Shears

Shear in the x-direction by a factor of k

Standard matrix :


1 k
0 1


Shear in the y-direction by a factor of k

Standard matrix :


1 0
k 1


fin

Back to top