02 Math 270 1.8 NJJ
02 Math 270 1.8 NJJ
8/28/2018 1
Linear Transformations.
=
Consider the matrix equation Ax b . The m × n matrix A can
be thought of as an "operator" or a "function". A operates on
the vector x producing a new vector Ax.
Thus solving the equation Ax = b amounts to finding all
vectors x in that are transformed into the vector b in
n
8/28/2018 2
A transformation (function/mapping) T from n to m
assigns to each vector x in a vector T ( x ) in m .
n
8/28/2018 4
8/28/2018 5
8/28/2018 6
Example.
1 −3 3
2
3
=
Let A 3 =5 , u = , b = 2 , c 2 .
−1 −1
−5 5
7
Define T : → by T ( x ) = Ax, such that
2 3
1 −3 x1 − 3x2
x
T ( x) = Ax = 3 5 ⋅ 1 = 3x1 + 5x2 .
x
−1
7 2 − x1 + 7 x2
a) Find T (u ), the image of u under the transformation T .
b) Find an x ∈ whose image under T is b .
2
c) Is there more than one x ∈ whose image under T is b ?
2
d) Is c in the range of T ?
8/28/2018 7
1 −3 5
2
T (u ) = Au
a)= = 3 5 1 .
−1 7 −1 −9
b) Solve T ( x ) = b for x, which is the same as solving
x1
Ax = b . Let x = ,
x2
1 −3 x1 3
Ax = b ⇒ 3 5 ⋅ = 2 . Row reduce the augmented matrix
−1 7 x2 −5
1 −3 3 1 −3 3 1 −3 3 1 0 1.5
3 5 2 0 14 −7 0 1 −0.5 0 1 −0.5 .
−1 7 −5 0 4 −2
0 0 0 0 0 0
8/28/2018 8
We have
1 0 1.5
x1 1.5
0 1 −0.5 ⇒ x = = .
0 0 0 x2 −0.5
1.5
So the image of x = is the vector b .
−0.5
c) Any x whose image under T is b must satisfy Ax = b .
From our row reduction it is obvious there is only one
x whose image is b .
8/28/2018 9
3
d) The vector c = 2 . is in the range of T if it is the
5
image of some x ∈ 2 . We must see if Ax = c is
consistent. Row reduce the augmented matrix
1 −3 3 1 −3 3 1 −3 3 1 −3 3
3 5 2 0 14 −7 0 1 2 0 1 2 .
−1 7 5 0 4 8 0 14 −7 0 0 −35
8/28/2018 10
Linear Transformations.
Definition.
8/28/2018 11
If T is a linear map, then:
a) T (0) = 0.
b) T (cu + dv )= cT (u ) + dT (v )
for all u , v in the domain of T and all scalars c, d .
It follows that T (c1u1 + + c pu= p ) c1T (u1 ) + + c pT (u p ).
8/28/2018 12
End Presentation
8/28/2018 13