



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Theorem: If a matrix A is row-equivalent to a matrix B in row-echelon form, then the nonzero row vectors of B form a basis for the row space of A. • Example - ...
Typology: Slides
1 / 6
This page cannot be seen from the preview
Don't miss anything!




The row vectors of A are [ 2 3 − 1 0
(the rows of A) in <
4 .
The column vectors of A are [ 2
4
(the columns of A) in <
2
then
n spanned by the row vectors of A
m spanned by the column vectors of A.
to the row space of B. (NOT true for the column space)
vectors of B form a basis for the row space of A.
Find a basis for the row space of A.
We must reduce A: 1 1 4 1 2
0 1 2 1 1
0 0 0 1 2
1 − 1 0 0 2
2 1 6 0 1
Then
w 1 = [1, 1 , 4 , 1 , 2] w 2 = [0, 1 , 2 , 1 , 1] w 3 = [0, 0 , 0 , 1 , 2]
form a basis for the row space of A.
v 1 = [1, − 2 , 0 , 3 , −4]
v 2 = [3, 2 , 8 , 1 , 4]
v 3 = [2, 3 , 7 , 2 , 3]
v 4 = [− 1 , 2 , 0 , 4 , −3]
Find a basis for the subspace of < 5 spanned by S.
If we look the matrix
then a basis for the row space of A gives a basis for the subspace of <
5 spanned by S.
Then w 1 = [1, − 2 , 0 , 3 , −4]
w 2 = [0, 1 , 1 , − 1 , 2]
w 3 = [0, 0 , 0 , 1 , −1]
form a basis for the subspace spanned by S. The dimension of the row space is 3.
the column space:
1 1 4 1 2
0 1 2 1 1
0 0 0 1 2
1 − 1 0 0 2
2 1 6 0 1
Then find the column space of A:
1 3 2 − 1
− 2 2 3 2
0 8 7 0
3 1 2 4
− 4 4 3 − 3
There are leading ones in columns 1,2, and 3, so columns 1,2, and 3 from the original matrix form a
basis for the column space of A. This corresponds to the vectors
v 1 = [1, − 2 , 0 , 3 , −4]
v 2 = [3, 2 , 8 , 1 , 4]
v 3 = [2, 3 , 7 , 2 , 3]
rank(A).
Then (^)
Therefore, rank(A) = 2 because there are 2 leading ones.
equations
Ax = 0
is a subspace of <
n called the nullspace of A and denoted N (A).
N (A) = {x ∈ <
n : Ax = 0}
The dimension of N (A) is called the nullity of A.
We need to solve the system Ax = 0:
1 1 4 1 2 | 0
0 1 2 1 1 | 0
0 0 0 1 2 | 0
1 − 1 0 0 2 | 0
2 1 6 0 1 | 0
Therefore, x 3 = s and x 5 = t are free parameters. The solution to the system is given by
x =
− 2 s − t
− 2 s + t
s
− 2 t
t
s +
t
Therefore, the basis for N (A) is given by
We have dim(N (A)) = 2, i.e, nullity(A) = 2. Note that dim(rowspace(A)) = 3 and nullity(A) = 2.
3+2 = 5 = n (the number of columns of A).
n − r, i.e.
n = rank(A) + nullity(A)
Find
Answers:
Ax = b
can be written as
x = xp + xh
where xp is called a particular solution of Ax = b and xh is called the homogeneous solution of Ax = 0.