Module5 Linear Transforms
Module5 Linear Transforms
Shikha Pandey
Chapter 5:
Linear Transformations
Linear Transformation
Definition
If T : V W is a function from a vector space V into a
T (cu) = cT (u)
identity operator on V.
T(cu) = cT(u)
T(0) = 0
Theorem 8.1.2
If T1 : U V and T2 : V W are linear transformations, then
(T2 T1 ) : U W is also a linear transformation.
denoted by nullity(T).
Theorem 8.2.2
If A is an mn matrix and T : Rn Rm is multiplication by A,
A
then:
nullity (T ) = nullity (A)
A
rank (TA) = rank (A)
A
2 5 2 4 6 1
4 9 2 4 4 7
Remark
In words, this theorem states that for linear transformations
Examples
If A is an nn matrix and TA : Rn Rn is multiplication
by A, then TA is one-to-one if and only if A is an
invertible matrix (Theorem 4.3.1).
T is one-to-one
Nullity(T) = 0
ker(T) = {0}
Nullity(T) = 0
Solution:
det(A) = 0, since the first two rows of A are proportional
A is not invertible
TA is not one-to-one.
Solution: 3 1 0 4 2 3
[T ] 2 4 3 [T ]1 11 6 9
5 4 2 12 7 10
x1 x1 4 2 3 x1 4 x1 2 x2 3x3
T 1 x2 [T 1 ] x2 11 6 9 x2 11x1 6 x2 9 x3
x x3 12 7 10 x3 12 x1 7 x2 10 x3
3
T 1 ( x1 , x2 , x3 ) (4 x1 2 x2 3x3 ,11x1 6 x2 9 x3 ,12 x1 7 x2 10 x3 )
A vector in V
T A vector in W
(n-dimensional)
x T (x) (m-dimensional)
T maps V into W
If we let A be the standard
matrix for this
transformation, then A [x]B =
T
x T (x) [T (x)]B
Multiplication by A
maps Rn to Rm
That is, the matrix for T times the coordinate matrix for x is
the coordinate matrix for T(x).
1 3
[T (u1 )]B ' 0 , [T (u 2 )]B ' 1
2 1
1 3
[T ]B ', B [[T (u1 )]B ' | [T (u 2 )]B ' ] 0 1
2 1
Theorem 8.4.2
If T1 : U V and T2 : V W are linear transformations, and
if B, B and B are bases for U, V and W, respectively, then
[T2 T1]B,B’ = [T2 ]B’,B’’[T1 ]B’’,B
(1) (3)
Multiply by [T]B,B
[x]B [T (x)]B
(2)
Solution:
Form the formula for T,
Direction
By direction computation: x computation T (x)
T (1 + 2x + 3x2) = 1 + 2(3x – 5) + 3(3x – 5)2
= 1 + 6x – 10 + 27x2 – 90x
(1) + 75 (3)
= 66 – 84x + 27x2
Multiply by [T]B,B
[x]B [T (x)]B
(2)
111/10/12 55
111/10/12 56
111/10/12 57
111/10/12 58
111/10/12 59
111/10/12 60
111/10/12 61
111/10/12 62
Similarity
The matrix of a linear operator T : V V depends on the
basis selected for V that makes the matrix for T as simple
as possible – a diagonal or triangular matrix.
The matrix for T with respect to this basis is the standard matrix
for T;
that is, [T]B = [T] = [T(e1) | T(e2)].
1 1
Since T (e1) = [1 -2]T, T (e2) = [1 4]T, we have [T ]B 2 4
Remark
I
V
V
v v
Basis = B Basis = B
Remark:
I T I
v
V V v V T(v) V T(v)
Basis = B Basis = B Basis = B Basis = B
1 1 2 1
P P 1
1 2 1 1
2 1 1 1 1 1 2 0
T B ' P 1 T B P
1 1 2 4 1 2 0 3
Definition
A property of square matrices is said to be a similarity
invariant or invariant under similarity if that property is
shared by any two similar matrices.
= 2: 1 0 =1:2
u1 0 , u 2 1 u3 1
1 0 1
2 0 0
[T ]B ' 0 2 0
0 0 1
transformation from V to W.
Example
The vector space P3 is isomorphic to R4, because the
transformation
T(a + bx + cx2 + dx3) = (a,b,c,d)
is one-to-one, onto, and linear.