Linear Transformations: Math 240 - Calculus III
Linear Transformations: Math 240 - Calculus III
formations
Math 240
Linear Trans-
formations
Transformations
of Euclidean
space
Kernel and
Range Linear Transformations
The matrix of
a linear trans.
Composition of
linear trans.
Kernel and Math 240 — Calculus III
Range
Linear Trans-
formations
Transformations
of Euclidean
space
The matrix of
Linear transformations of Euclidean space
a linear trans.
Composition of
linear trans.
Kernel and
Range 2. Kernel and Range
Linear Trans-
formations
Transformations
of Euclidean
space
Kernel and
Range
A consequence of the properties of a linear transformation is
The matrix of
a linear trans. that they preserve linear combinations, in the sense that
Composition of
linear trans.
Kernel and
Range
T (c1 v1 + · · · + cn vn ) = c1 T (v1 ) + · · · + cn T (vn ).
In particular, if {v1 , . . . , vn } is a basis for the domain of T ,
then knowing T (v1 ), . . . , T (vn ) is enough to determine T
everywhere.
Linear Trans-
formations Linear transformations from Rn to Rm
Math 240
Linear Trans-
formations
Transformations
of Euclidean
space
Let A be an m × n matrix with real entries and define
Kernel and T : Rn → Rm by T (x) = Ax. Verify that T is a linear
Range
transformation.
The matrix of
a linear trans.
Composition of
linear trans. I If x is an n × 1 column vector then Ax is an m × 1
Kernel and
Range column vector.
I T (x + y) = A(x + y) = Ax + Ay = T (x) + T (y)
I T (cx) = A(cx) = cAx = c T (x)
Linear Trans-
formations Theorem
Transformations
of Euclidean
space
Let T : Rn → Rm be a linear transformation. Then T is
Kernel and described by the matrix transformation T (x) = Ax, where
Range
The matrix of A = T (e1 ) T (e2 ) · · · T (en )
a linear trans.
Example
Determine the matrix of the linear transformation T : R4 → R3
defined by
Remarks
I The range of a linear transformation is a subspace of its
codomain.
I The range of a matrix transformation is the column space
of the matrix.
Linear Trans-
formations Rank-Nullity revisited
Math 240
Linear Trans-
formations
Suppose T is the matrix transformation with m × n matrix A.
Transformations
of Euclidean
We know Hence,
space
I Ker(T ) = nullspace(A), I dim (Ker(T )) = nullity(A),
Kernel and
Range
I Rng(T ) = colspace(A), I dim (Rng(T )) = rank(A),
The matrix of
a linear trans. I the domain of T is Rn . dim (domain of T ) = n.
I
Composition of
linear trans.
Kernel and We know from the rank-nullity theorem that
Range
rank(A) + nullity(A) = n.
This fact is also true when T is not a matrix transformation:
Theorem
If T : V → W is a linear transformation and V is
finite-dimensional, then
dim (Ker(T )) + dim (Rng(T )) = dim(V ).
Linear Trans-
formations The function of bases
Math 240
Linear Trans-
formations
Transformations
of Euclidean
space
Kernel and
Range
Theorem
The matrix of Let V be a vector space with basis {v1 , v2 , . . . , vn }. Then
a linear trans.
Composition of
every vector v ∈ V can be written in a unique way as a linear
linear trans.
Kernel and combination
Range
v = c1 v1 + c2 v2 + · · · + cn vn .
Linear Trans-
formations
Transformations
of Euclidean
space Definition
Kernel and
Range
Let V and W be vector spaces with ordered bases
The matrix of
B = {v1 , v2 , . . . , vn } and C = {w1 , w2 , . . . , wm },
a linear trans.
Composition of
respectively, and let T : V → W be a linear transformation.
linear trans.
Kernel and
The matrix representation of T relative to the bases B
Range
and C is
A = [aij ]
where
T (vj ) = a1j w1 + a2j w2 + · · · + amj wm .
In other words, A is the matrix whose j-th column is T (vj ),
expressed in coordinates using {w1 , . . . , wm }.
Linear Trans-
formations Example
Math 240
Kernel and Use bases {1, x} for P1 and {1, x, x2 } for P2 to give a matrix
Range
The matrix of
representation of T .
a linear trans.
Composition of
linear trans.
We have
Kernel and
so
2 −3
A1 = −5 1 .
1 1
{1, x +
Now use the bases 2 −3 5} for P1 and {1,
x,1 + x2 } for
6 1 +25
P2 . A1 = −5 1 A2 = −5 −24
We have 1 1 1 6
Linear Trans-
formations Composition of linear transformations
Math 240
Linear Trans-
formations Definition
Transformations
of Euclidean
space
Let T1 : U → V and T2 : V → W be linear transformations.
Kernel and Their composition is the linear transformation T2 ◦ T1 defined
Range
by
The matrix of
a linear trans. (T2 ◦ T1 ) (u) = T2 (T1 (u)) .
Composition of
linear trans.
Kernel and
Range
Theorem
Let T1 and T2 be as above, and let B, C, and D be ordered
bases for U , V , and W , respectively. If
I A1 is the matrix representation for T1 relative to B and C,
I A2 is the matrix representation for T2 relative to C and D,
I A21 is the matrix representation for T2 ◦ T1 relative to B
and D,
then A21 = A2 A1 .
Linear Trans-
formations The inverse of a linear transformation
Math 240
Linear Trans-
formations
Transformations
of Euclidean
space
Definition
Kernel and If T : V → W is a linear transformation, its inverse (if it
Range
exists) is a linear transformation T −1 : W → V such that
The matrix of
a linear trans.
T −1 ◦ T (v) = v and T ◦ T −1 (w) = w
Composition of
linear trans.
Kernel and
Range
for all v ∈ V and w ∈ W .
Theorem
Let T be as above and let A be the matrix representation of T
relative to bases B and C for V and W , respectively. T has an
inverse transformation if and only if A is invertible and, if so,
T −1 is the linear transformation with matrix A−1 relative to C
and B.
Linear Trans-
formations Example
Math 240
Let T : P2 → P2 be defined by
Linear Trans-
formations
Transformations
of Euclidean
T (a + bx + cx2 ) = (3a − b + c) + (a − c)x + (4b + c)x2 .
space
Kernel and Using the basis {1, x, x2 } for P2 , the matrix representation for
Range
T is
The matrix of
a linear trans. 3 −1 1
Composition of
linear trans. A = 1 0 −1 .
Kernel and
Range 0 4 1
This matrix is invertible and
4 5 1
1
A−1 = −1 3 4 .
17
4 −12 1
Thus, T −1 is given by
T −1 (a + bx + cx2 ) = 4a+5b+c
17 + −a+3b+4c
17 x + 4a−12b+c 2
17 x .
Linear Trans-
formations Kernel and Range
Math 240
Linear Trans-
formations
Transformations
of Euclidean
space
Kernel and
Range
Theorem
The matrix of
a linear trans. Let T : V → W be a linear transformation and A be a matrix
Composition of
linear trans. representation of T relative to some bases for V and W .
Kernel and
Range
I Ker(T ) = {c1 v1 + · · · + cn vn ∈ V : (c1 , . . . , cn ) ∈
nullspace(A)},
I Rng(T ) = {c1 w1 + · · · + cm wm ∈ W : (c1 , . . . , cm ) ∈
colspace(A)}.