Review: (V,, V) V V Nul (A) Ax 0
Review: (V,, V) V V Nul (A) Ax 0
{v1,
, v p } is a basis of V if the vectors span V and are independent.
To obtain a basis for Nul(A), solve Ax = 0:
3 6 6 3
6 12 15 0
>
RREF
1 2 0 5
0 0 1 2
2x2 5x4 2 5
x2 1 0
x = = x2 + x4
2x4 0 2
x4 0 1
2 5
1 0
Hence, , form a basis for Nul(A).
0 2
0 1
>
1 2 0 4 1 2 0 4
2 4 1 3 0 0 1 5
3 6 2 22 0 0 0 0
4 8 0 16 0 0 0 0
1 0
2 1
Hence, 3 , 2
form a basis for Col(A).
4 0
Armin Straub 1
astraub@illinois.edu
The four fundamental subspaces
Definition 3.
The row space of A is the column space of AT .
Col(AT ) is spanned by the columns of AT and these are the rows of A.
Why left? A vector x is in Nul(AT ) if and only if ATx = 0.
Note that ATx = 0 (ATx)T = xTA = 0T .
Hence, x is in Nul(AT ) if and only if xTA = 0.
Solution. We know what to do for Col(A) from an echelon form of A, and we could
likewise handle Col(AT ) from an echelon form of AT .
But wait!
Instead of doing twice the work, we only need an echelon form of A:
1 2 0 4 1 2 0 4
2 4 1 3 0 0 1 5
3 6 2 22 0 0 2 10
4 8 0 16 0 0 0 0
Armin Straub 2
astraub@illinois.edu
1 2 0 4
0 0 1 5
= B
0 0 0 0
0 0 0 0
In particular:
The column and row space always have the same dimension!
In other words, A and AT have the same rank. [i.e. sam e num b er of pivots]
Armin Straub 3
astraub@illinois.edu
Linear transformations
Throughout, V and W are vector spaces.
Example 8. Let Pn be the vector space of all polynomials of degree at most n. Consider
the map T : Pn Pn1 given by
d
T (p(t)) = p(t).
dt
This map is linear! Why?
Because differentiation is linear:
d d d
dt
[ap(t) + bq(t)] = a dt p(t) + b dt q(t)
The LHS is T (ap(t) + bq(t)) and the RHS is aT (p(t)) + bT (q(t)).
Let x1,
, xn be a basis for V .
A linear map T : V W is determined by the values T (x1),
, T (xn).
Armin Straub 4
astraub@illinois.edu
Why?
Take any v in V .
It can be written as v = c1x1 +
+ cnxn because {x1,
, xn } is a basis and hence spans V .
Hence, by the linearity of T ,
T (v) = T (c1x1 +
+ cnx) = c1T (x1) +
+ cnT (xn).
T (x j ) = a1, jy1 +
+ am,jym.
Example 10. Let V = R2 and W = R3. Let T be the linear map such that
1 4
1 0
T = 2 , T = 0 .
0 1
3 7
1 1 0 0
T (x1) = 2 = 1 0 + 2 1 + 3 0
3 0 0 1
= 1y1 + 2y
2 + 3y
3
1
A = 2
3
4
T (x2) = 0 = 4y1 + 0y2 + 7y3
7
1 4
A = 2 0
3 7
Armin Straub 5
astraub@illinois.edu
(We did not have time yet to discuss the next example in class, but it will be helpful if
your discussion section already meets Tuesdays.)
Example 11. As in the previous example, let V = R2 and W = R3. Let T be the (same)
linear map such that
1 4
1 0
T = 2 , T = 0 .
0 1
3 7
5
B = 3
5
1 1 0
T (x2) =T = T + 2T
2 0 1
1 4 7
= 2 + 2 0 = 2
3 7 11
1 0 0
= 7 1 9 1 + 4 0
1 0 1
5 7
B = 3 9
5 4
Armin Straub 6
astraub@illinois.edu
Practice problems
1 2 3 4 1
Example 12. Suppose A = 2 4 7 8 1
. Find the dimensions and a basis for all four
fundamental subspaces of A.
Solution. Stop reading, unless you have thought about the problem!
Armin Straub 7
astraub@illinois.edu