113 4018 - HW6 Solution
113 4018 - HW6 Solution
113 4018 - HW6 Solution
Section A
Exercise A1 :
(a) What does it mean by the kernel, image, nullity and rank of a matrix A ?
(b) How do row operations operations correspond to multiplication of elementary row matrices ?
(c) What does it mean for a matrix to be in its REF ? How do we tell the rank and the nullity (correctly)
of a matrix in its REF ?
(d) State QAP Theorem. Use it to prove that rank(A) = rank(At ). Hence, write down as many quantities
as possible that equal rank(A).
(a) Let a matrix A ∈ Mm×n (F ). Consider the linear transformation fA : F n → F m defined by v 7→ Av.
The kernel, image, nullity and rank of the matrix A refers to that of the linear map fA .
(b) Each row operation corresponds to left multiplication by an elementary matrix.
(c) See lecture notes for the definition of REF. If A is in its REF, then
— the rank of A is the number of non-zero rows in its REF,
— the nullity of A equals the number of columns of A minus the rank of A (as a consequence of the
Rank-Nullity Theorem).
(d) For every matrix A ∈ Mm×n (F ), there are invertible matrices P , Q such that QAP is in its Smith
normal form. See lecture notes for a proof of rank(A) = rank(At ). The following quantities are equal :
rank(A), rank(At ), number of non-zero rows in REF, number of linearly independent rows of A,
number of linearly independent columns of A.
Section B
Exercise B1 : Consider the matrices
1 2 3 3 3 3
A = 4 5 6 and A′ = 1 2 3
7 8 9 7 8 9
0 0 0 0 2
(ii) rank(A) = 4, nullity(A) = 1
(iii) Since rank(A) = 4, the rows of A are linearly independent.
(iv) Since rank(A) = 4 < 5, the columns of A are not linearly independent.
(v) After sifting the columns, a basis of im(A) = {(1, 2, 3, −4)t , (0, 1, 2, 1)t , (1, 3, 5, 3)t , (1, 0, 1, 1)t }.
Exercise B3 : Let A be a matrix with n columns and P is an invertible n × n matrix. Prove that
rank(AP ) = rank(A). Use this to deduce that column operations do not change the rank of a ma-
trix.
(⇒) Suppose rank(A) = rank(B). Then A and B have the same Smith normal form. Therefore, by
QAP Theorem, there exists invertible matrices P1 , P2 , Q1 , Q2 such that
(⇐) Suppose there exists invertible matrices P and Q such that B = QAP . Therefore, we have rank(B) =
rank(QAP ). Since multiplying by invertible matrices does not change the rank, we have
(a) Let w ∈ im(A + B). By definition, it means w = (A + B)(v) for some v. Therefore,
w = (A + B)v = |{z} Bv ∈ im(A) + im(B).
Av + |{z}
∈im(A) ∈im(B)
Since we are given rank(A2 ) = rank(A), by Rank-Nullity Theorem, we have nullity(A2 ) = nullity(A)
as well. Observe that ker(A) ⊆ ker(A2 ). The equality on dimension asserts that ker(A) = ker(A2 ).