






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
A solution to finding the basis for the column space, row space, and null space of a given matrix. The original matrix and the steps to find the basis for each subspace using row reduction and span. The document also includes some additional information about linear transformations and their standard matrix representations.
Typology: Assignments
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Problems from §2.1 (pgs. 134-136 of text): 1,3,11,12,13,16,
Problems from §2.2 (pgs. 140-141 of text): 1,3,5,7,
Problems from §2.3 (pgs. 152-154 of text): 1,2,3,4,5,7,13,15,19,
v 1 + v 2 = 0 ⇒ v 2 = −
c 1 c 2
v 1
So v 2 must be a non-zero scalar multiple of v 1. But then, this implies that v 2 is either parallel (or anti-parallel) to v 1.
Now we row-reduce A to row-echelon form.
R 2 → R 2 − 2 R 1 R 3 → R 3 − R 1 R 4 → R 4 − R 1 −−−−−−−−−−−−−→
The pivots of the final matrix (a row-echelon form of A) are in the first three columns. Hence, the first three columns {[1, 2 , 1 , 1], [2, 1 , 0 , −1], [− 1 , 4 , 3 , 8]} of A will form a basis for the column space ColSp(A) = span ([1, 2 , 1 , 1], [2, 1 , 0 , −1], [− 1 , 4 , 3 , 8], [0, 3 , 2 , 5]) 1
The pivots in the row-echelon form of A are in the first two columns. Therefore, the first two columns of A {[2, 5 , 1 , 6] , [3, 2 , 7 , −2]} will form a basis for the column space of A.
The row space of A is the span of the row vectors {[1, 3 , 5 , 7] , [2. 0 , 4 , 2] , [3, 2 , 8 , 7]} of A To find a basis for the span of these vectors we arrange them as the columns of a new matrix A′
which happens to be the transpose of our original matrix A. We now row-reduce A′.
The pivots of H are contained in the first two columns, therefore the first two columns of A′^ form a basis for the column space of A′, which is indentical to row space of our original matrix A. Thus,
{[1, 3 , 5 , 7] , [2, 0 , 4 , 2]}
is a basis for the row space of A.
(a) {[1, 3] , [− 2 , −6]} in R^2.
(b) {[1, − 4 , 3] , [3, − 11 , 2] , [1, − 3 , −4]} in R^3.
so the vectors
13 8 ,^1 ,^0
form a basis for the null space of A. Finally, rank (A) = dim (ColSp (A)) = dim (RowSp (A)) = 2
(b)
Only third column of A′^ lacks a pivot; so the first, second and fourth columns of A will provide a basis for the column space of A. The matrix A′^ has three non-zero rows and these will provide a basis for the row space of A. Finally, the solution of Ax = 0 will be x 1 − x 3 = 0 x 2 + x 3 = 0 x 4 = 0 0 = 0
=⇒ x =
x 3 −x 3 x 3 0
=^ x^3
so
basis for ColSp (A) =
basis for RowSp (A) = {[1, 0 , − 1 , 0] , [0, 1 , 1 , 0] , [0, 0 , 0 , 1]}
basis for N ullSp (A) =
(c)
H =
The pivots of H lie in the first three columns. Therefore, the first three columns of A will be a basis for the column space of A. Each row of H is non-zero; therefore, each row of H will be a basis vector for the row space of A. The solution set of Ax = 0 coincides with the solution set of Hx = 0 , or 2 x 1 + x 2 + 2x 4 = 0 x 2 + 2x 3 + x 4 = 0 − 3 x 3 − x 4 = 0
x 1 = − 56 x 4 x 2 = − 13 x 4 x 3 = − 13 x 4
So every solution is a vector of the form
x =
− 56 x 4 − 13 x 4 − 13 x 4 x 4
=^ x^4
∈^ span
Thus,
is a basis for the null space of A. The rank of A is equal to the number of basis vectors for the column space of A, which is 3.
The rank of A is equal to the dimension of its row space, which is equal to the number of non-zero rows in a row-echelon form of A. Hence, rank(A) = 3. This implies that the dimension of the null space of A is 1 since
Hence, the matrix is not invertible, since it rank does does equal its number of columns (See Theorem 2.6 in text.)
(a) The number of independent row vectors in a matrix is the same as the number of independent column vectors.
(b) If H is a row-echelon form of a matrix A, then the nonzero column vectors of H form a basis for the column space of A.
(c) If H is a row-echelon form of a matrix A, then the nonzero row vectors of H from a basis for the row space of A.
(d) If an n × n matrix A is invertible then rank (A) = n.
(e) For every matrix A we have rank(A) > 0.
(j) For all positive integers m and n, with m ≥ n, the nullity of an m × n matrix might be any number from 0 to n.
(a) T : R^3 → R^2 : T ([x 1 , x 2 , x 3 ]) = [x 1 + x 2 , x 1 − 3 x 2 ]
(b) T : R^3 → R^4 : T ([x 1 , x 2 , x 3 ]) = [0, 0 , 0 , 0]
(c) T : R^3 → R^4 : T ([x 1 , x 2 , x 3 ]) = [1, 1 , 1 , 1]
T (v) = [1, 1 , 1 , 1] T (2v) = [1, 1 , 1 , 1] 6 = 2 [1, 1 , 1 , 1] = 2T (v)
So the mapping does not preserve scalar multiplication.
(d) T : R^2 → R^3 : T ([x 1 , x 2 ]) = [x 1 − x 2 , x 2 + 1, 3 x 1 − 2 x 2 ]
T (v) = [0, 2 , 1] T (2v) = T ([2, 2]) = [0, 3 , 2] 6 = [0, 4 , 2] = 2T (v)
So the mapping does not preserve scalar multiplication.
(a) Given T ([1, 0]) = [3, −1], and T ([0, 1]) = [− 2 , 5], find T ([4, −6]).
T ([4, −6]) = T (4e 1 − 6 e 2 ) = 4 T (e 1 ) − 6 T (e 2 ) = 4 [3, −1] − 6 [− 2 , 5] = [12 + 12, − 4 − 30] = [24, −34]
(b) Given T ([1, 0 , 0]) = [3, 1 , 2], T ([0, 1 , 0]) = [2, − 1 , 4], and T ([0, 0 , 1]) = [6, 0 , 1], find T ([2, − 5 , 1]).
T ([2, − 5 , 1]) = T (2e 1 − 5 e 2 + e 3 ) = 2 T (e 1 ) − 5 T (e 2 ) + T (e 3 ) = 2 [3, 1 , 2] − 5 [2, − 1 , 4] + [6, 0 , 1] = [6 − 10 + 6, 2 + 5 + 0, 4 − 20 + 1] = [2, 7 , −15]
(a) T ([x 1 , x 2 ]) = [x 1 + x 2 , x 1 − 3 x 2 ]
(c) Composition of linear transformations corresponds to multiplication of their standard matrix represen- tations.
(d) Function composition is associative.
(e) An invertible linear transformation mapping Rn^ to itself has a unique inverse.
(f) The same matrix may be the standard matrix representation for several different linear transformations.
(g) A linear transformation having an m × n matrix as its standard matrix representation maps Rn^ into Rm.
(h) If T and T ′^ are different linear transformations mapping Rn^ into Rm, then we may have T (ei) = T ′^ (ei) for all standard basis vectors ei of Rn.
(i) If T and T ′^ are different linear transformations mapping Rn^ into Rm, then we may have T (ei) = T ′^ (ei) for some standard basis vectors ei of Rn.
(j) If B = {b 1 , b 2 ,... , bn} is a basis for Rn^ and T and T ′^ are linear transformations from Rn^ into Rm, then T (x) = T ′^ (x) for all x ∈ Rn^ if and only if T (bi) = T ′^ (bi) for i = 1, 2 ,... , n.