1.8-1.9: Linear Transformations: HKBU Math 2207 Linear Algebra Semester 1 2018, Week 3, Page 1 of 24
1.8-1.9: Linear Transformations: HKBU Math 2207 Linear Algebra Semester 1 2018, Week 3, Page 1 of 24
1.8-1.9: Linear Transformations: HKBU Math 2207 Linear Algebra Semester 1 2018, Week 3, Page 1 of 24
9: Linear Transformations
Goal: think of the equation Ax = b in terms of the multiplication by A
function: its input is x and its output is b.
In this class, we are interested in functions that are linear (see p6 for the definition).
Key skills:
i Determine whether a function is linear (p7-9);
ii Find the standard matrix of a linear function (p12-13);
iii Describe existence and uniqueness of solutions in terms of linear functions
(p17-23).
Rn is the domain of f .
Rm is the codomain of f .
f (x) is the image of x under f .
The range is the set of all
images. It is a subset of the
codomain.
3 2 8 3 4
h : R R , given by the matrix transformation h(x) = x.
5 1 2
x1 x1
1 0
Te1 = 0 and Te2 = 1 .
2 1
3
Find the image of .
2
Solution:
x2 2 x2
1
2 0
8
1 4x
3
0
3
2
x1 1 x
1 2 3 0
1
For simple functions, we can combine the two conditions at the same time, and
check just one statement: T (cu + dv) = cT (u) + dT (v), for all scalars c, d and
all vectors u, v.
T (cu + dv) = A(cu + dv) = A(cu) + A(dv) = cAu + dAv = cT (u) + dT (v).
g(e1 ) =
| |
1 0
The standard matrix of g is g(e1 ) g(e2 ) =
.
0 1
| |
1 0 x1 x1
Indeed, = .
0 1 x2 x2
HKBU Math 2207 Linear Algebra Semester 1 2018, Week 3, Page 13 of 24
Vertical Contraction and Expansion
0
k
0
k
x1 x1
1 1
0 0
0<k<1 k>1
Chapter 1 Lay, Linear Algebra and Its Applications, Second EditionUpdate A1.8.T2
Copyright
c 2000 by Addison Wesley Longman. All rights reserved.
Projection onto the x1-axis
x1
0 1
0 0
Chapter 1 Lay, Linear Algebra and Its Applications, Second EditionUpdate A1.8.T4
Copyright
c 2000 by Addison Wesley Longman. All rights reserved.
EXAMPLE: T : R2 R2 given by rotation counterclockwise about the
origin through an angle :
x2
( sin , cos ) (0, 1)
(cos , sin )
x1
(1, 0)
Chapter 1 Lay, Linear Algebra and Its Applications, Second EditionUpdate A1.8.01
Copyright
c 2000 by Addison Wesley Longman. All rights reserved.
Now we rephrase our existence and uniqueness questions in terms of functions.
Definition: A function f : Rn Rm is onto (surjective) if each y in Rm is the
image of at least one x in Rn .
Other ways of saying this:
The range is all of the codomain Rm ,
The equation f (x) = y always has a solution.
Definition: A function f : Rn Rm is one-to-one (injective) if each y in Rm is
the image of at most one x in Rn .
Other ways of saying this:
??? (something that only works for linear transformations, see p20),
The equation f (x) = y has no solutions or a unique solution.
Warning: this only works for linear transformations. For other functions, the
solution sets of f (x) = y and f (x) = 0 are not related.
Proof:
Suppose T is one-to-one. So T (x) = 0 has at most one solution. Since 0 is a
solution, it must be the only one. So its kernel is {0}.
Suppose the kernel of T is {0}. Then, from the Fact, if there are vectors v1 , v2
with T (v1 ) = T (v2 ) = y, then v1 v2 = 0, i.e. v1 = v2 .
HKBU Math 2207 Linear Algebra Semester 1 2018, Week 3, Page 20 of 24
Definition: The kernel of a linear transformation T : Rn Rm is the set of
solutions to T (x) = 0.
Theorem: A linear transformation is one-to-one if and only if its kernel is {0}.
So a matrix transformation x 7 Ax is one-to-one if and only if the set of
solutions to Ax = 0 is {0}. This is equivalent to many other things: