Linear Algebra Week 2 - Extra
Linear Algebra Week 2 - Extra
Theorem 1
For any matrix A, its row rank equals its column rank.
Proof:
Consider the reduced REF Â. Let r = rank(A). The pivotal columns are
{e1 , e2 , ..., er } and they are clearly linearly independent. We conclude
Example 2
0 1
For S = 0 , −2 ⊂ R3 .
1 0
0 1 1 0 1 0
V = 0 −2 7→ 0 −2 7→ 0 -2 .
1 0 0 1 0 0
Example 3
1 1 1 1
S = v1 = 2 , v2 = 3 , v3 = 4 , v4 = 0 ⊂ R3 .
3 4 5 −1
1 1 1 1 1 1 1 1
V = 2 3 4 0 7→ 0 1 2 −2 .
3 4 5 −1 0 0 0 1
Theorem 4
An n × n matrix A is invertible if and only if its rank is n.
Proof: Gauss-Jordan method of finding A−1 shows that the inverse will
exist if and only if the reduced row echelon form of the n × n matrix A
becomes the identity matrix In which has n pivots. [3.0]?
Definition 5 (Nullity)
If A is any m × n real matrix, the dimension of the null-space N (A) of A is
called the nullity of A and is denoted null(A).
Definition 5 (Nullity)
If A is any m × n real matrix, the dimension of the null-space N (A) of A is
called the nullity of A and is denoted null(A).
null(A) = n − r = n − rank(A).
On ”solving” we get
rank(A) + null(A) = n.
Example 7
Consider
the augmented matrix
of a homogeneous system Ax = 0.
1 3 1 −2 −3 0
1 3
3 −1 −4 0
2 6 −4 −7 −3 0
3 9 1 −7 −8 0
Performing
ERO 0 s yields:
1 3 1 −2 −3 0
1 3
3 −1 −4 0
2 6 −4 −7 −3 0
3 9 1 −7 −8 0
1 3 1 −2 −3 0
E21 (−1),E31 (−2),E42 (−3) 0 2 1 −1 0
7−→
0 0 −6
−3 3 0
0 0 −2 −1 10 0
1 3 1 −2 −3
E32 (3),E42 (1)
0
02 1 −1
7−→ 0
(REF )
0 0 0 0
0 0 0 0 0
−6x 2 + 5x 4 + 5x5
2x
2
⊂ R5 . Here x2 , x4 , x5
The solution set is N (A) = −x4 + x5
2x4
2x5
take arbitrary values and we note that the second, fourth and fifth
columns are pivot-free.
Finally, null(A) = 3, rank(A) = 2 and null(A) + rank(A) = 5 which is the
no. of variables or the number of columns of A.
1 3 1 −2 −3
1 3 3 −1 −4
Given A = 2 6 −4 −7 −3, find a basis of the null space N (A) of
3 9 1 −7 −8
A. The null space is described in the previous slide. Since the real triple
(x2 , x4 , x5 ) can take any value (in R3 ),We
assign values
(1, 0, 0), (0,
1, 0)
−6 5 5
2 0 0
and (0, 0, 1) successively, to find v1 = 0 , v2 = −1 , v3 =
1 as
0 2 0
0 0 2
three linearly independent elements of N (A) which form a basis.
We have parametrized N (A) by R3 and also used its standard basis to find
a basis of N (A).
1 a b 2 −11
0 0 −1 α β
Let A = 0 0 0 2π
. Mark the pivots. Show that the first 3
0
0 0 0 0 0
rows are l.i. in Rn for a suitable n.
Solution:
1 a b 2 −11
0 0 −1 α β
A= with the pivots highlighted. The rows
0 0 0 2π 0
0 0 0 0 0
5
are in R so that n = 5. If c1 A1 + c2 A2 + c3 A3 = [0 0 0 0 0], then must
have c1 = 0, bc1 − c2 = 0 =⇒ c2 = 0, 2c1 + αc2 + 2πc3 = 0 =⇒ c3 = 0.
Hence l.i. Any other set of 3 rows must have the 0-row and hence l.d.