Lec17 - 06 10 2023
Lec17 - 06 10 2023
Let 𝐴 = 𝑎 be a 𝑚 × 𝑛 matrix.
×
𝑅
𝑅
𝐴 = [𝐶 , 𝐶 , … , 𝐶 ] =
⋮
𝑅
Example 1:
Let
Theorem 3.20: Let 𝐵 be any matrix that is row equivalent to a matrix 𝐴. Then the
row spaces of 𝐴 and 𝐵 are equal ie. 𝑟𝑜𝑤𝑠𝑝𝑎𝑐𝑒(𝐵) = 𝑟𝑜𝑤𝑠𝑝𝑎𝑐𝑒(𝐴).
Proof:
Since 𝐴 and 𝐵 are row equivalent, the rows of 𝐵 are obtained by a finite no. of
ERO's on 𝐴.
Thus each row of B is a linear combination of rows of A.
Let 𝒙 be an element in the row space of B.
Then 𝑥 is a linear combination of the rows of B, which are linear combinations of
the rows of A. Therefore, 𝑥 is a linear combination of the rows of A.
Therefore, 𝑥 is in the row space of 𝐴.
Hence the row space of 𝐵 ⊆ row space of 𝐴------(1)
Example 2:
Solution:
Row rank=
Note:
Elementary row operations do not affect the row space and null space of a matrix.
Whereas, the ERO's do affect the column space.
Example 3: Let
Find the row space, row rank, column space, column rank and the
basis for the row space and column space of A.
Solution:
The RREF of 𝐴 is
Row space of 𝐴 = {𝛼 𝑅 + 𝛼 𝑅 + 𝛼 𝑅 : 𝛼 , 𝛼 , 𝛼 ∈ ℝ}
= 𝑠𝑝𝑎𝑛{(1, 1,2), (1, 2,5), (5,3,4)}
Two non-zero L. I rows in R and hence row rank = 2.
Basis for Row space of A= 𝑠𝑝𝑎𝑛{(1,1,2), (1, 2, 5)}
since (5,3,4) = 7(1,1,2) − 2(1,2,5).
Column space of 𝐴 = {α 𝐶 + α 𝐶 + α 𝐶 : α , α , α ∈ ℝ}
= 𝑠𝑝𝑎𝑛{(1,1,5), (1,2,3), (2, 5, 4)}
𝐶 and 𝐶 of R are L. I and hence column rank = 2.
Basis for column space of 𝐴 = 𝑠𝑝𝑎𝑛{(1,1,5), (1, 2,3)}
since (2,5,4) = −1(1,1,5) + 3(1,2,3).
Recall:
Linear Transformation associated with matrix
T : ℝ → ℝ given by
𝑇 (𝒙) = 𝐴𝒙
Range(𝑇 ) = 𝑠𝑝𝑎𝑛{𝑇 (𝑒 ), 𝑇 (𝑒 ), … , 𝑇 (𝑒 )}
= 𝑠𝑝𝑎𝑛{𝐶 , 𝐶 , … , 𝐶 }
=column space of 𝐴.
Similarly, define 𝐿 : ℝ → ℝ as
𝐿 (𝒙 ) = 𝐴 𝒙
Range(𝐿 ) = 𝑠𝑝𝑎𝑛{𝐿 (𝑒 ), 𝐿 (𝑒 ), … , 𝐿 (𝑒 )}
= 𝑠𝑝𝑎𝑛{𝑅 , 𝑅 , … , 𝑅 }
= Row space of 𝐴.
Note:
Let 𝐴 be an 𝑚 × 𝑛 matrix.
Theorem 3.24: For any 𝑚 × 𝑛 matrix 𝐴, the row rank and column rank are the same.
Proof:
Definition: For a 𝑚 × 𝑛 matrix 𝐴, rank of 𝐴 is defined as the row rank or
the column rank of 𝐴.
Notation: rank(A) or r(A).
Proof: