Module 1
Module 1
Module 1
The geometry of linear equations: existence and uniqueness, LU-decomposition and
computational complexity, Vector Spaces and subspaces (Definitions only), The column space
and null space of a given matrix, linearly independent, Bases and dimension, Null space and
column space of a matrix, The four fundamental subspaces.
Textbook 2: Ch - 1.2, 1.5, 2.1, 2.3, 2.4
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 𝑑1
Non-homogeneous 𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2
system 𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3
𝑎1 𝑏1 𝑐1 𝑥 𝑑1
(𝑎 2 𝑏2 𝑐2 ) (𝑦) = (𝑑2 )
Matrix form
𝑎3 𝑏3 𝑐3 𝑧 𝑑3
or
𝐴𝑋 = 𝐵
Augmented matrix 𝑎1 𝑏1 𝑐1 𝑑1
(𝐴, 𝐵) = (𝑎2 𝑏2 𝑐2 𝑑2 )
𝑎3 𝑏3 𝑐3 𝑑3
𝜌(𝐴) = 𝜌(𝐴, 𝐵) Consistent
𝜌(𝐴) = 𝜌(𝐴, 𝐵) = 3 Unique solution
𝜌(𝐴) = 𝜌(𝐴, 𝐵) < 3 Infinite number of solutions
𝜌(𝐴) ≠ 𝜌(𝐴, 𝐵) Inconsistent
Coefficient matrix is
1 3 2
𝐴 = (2 −1 3)
3 −5 4
1 17 4
𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 3𝑅1 , 𝑅4 → 𝑅4 − 𝑅1
1 3 2
~(0 −7 −1 )
0 −14 −2
0 14 2
𝑅3 → 𝑅3 − 2𝑅2
1 3 2
~ (0 −7 −1)
0 0 0
0 0 0
This is in echelon form. Number of non-zero rows is 2.
𝜌(𝐴) = 2. Therefore, the given system of equations has non-trivial solutions.
Coefficient matrix is
1 2 3 1
(𝐴, 𝐵) = (2 3 8 2)
1 1 1 3
𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 𝑅1
1 2 3 1
~ (0 −1 2 0)
0 −1 −2 2
𝑅3 → 𝑅3 − 𝑅2
1 2 3 1
~ (0 −1 2 0)
0 0 −4 2
This is in echelon form. Number of non-zero rows is 3.
𝜌(𝐴) = 𝜌(𝐴, 𝐵) = 3.
Therefore, the given system of equations is consistent and has a unique solution.
Reduced system of equations is
𝑥 + 2𝑦 + 3𝑧 = 1 ---- (1)
−𝑦 + 2𝑧 = 0 ---- (2)
−4𝑧 = 2 ---- (3)
Solving by back substitution,
9 1
𝑥 = 2 , 𝑦 = −1, 𝑧 = − 2
Coefficient matrix is
5 3 7 4
(𝐴, 𝐵) = (3 26 2 9)
7 2 10 5
𝑅2 → 5𝑅2 − 3𝑅1 , 𝑅3 → 5𝑅3 − 7𝑅1
5 3 7 4
~ (0 121 −11 33 )
0 −11 1 −3
𝑅3 → 11𝑅3 + 𝑅2
5 3 7 4
~ (0 121 −11 33)
0 0 0 0
This is in echelon form. Number of non-zero rows is 2.
𝜌(𝐴) = 𝜌(𝐴, 𝐵) = 2.
Therefore, the given system of equations is consistent
and has an infinite number of solutions.
Reduced system of equations is
5𝑥 + 3𝑦 + 7𝑧 = 4 ---- (1)
121𝑦 − 11𝑧 = 33 ---- (2)
3+𝑘 7−16𝑘
Choose 𝑧 = 𝑘 then 𝑦 = and 𝑥 = .
11 11
7−16𝑘 3+𝑘
Therefore, 𝑥 = ,𝑦 = , 𝑧 = 𝑘.
11 11
Coefficient matrix is
1 2 2 5
(𝐴, 𝐵) = ( 2 1 3 6)
3 −1 2 4
1 1 1 −1
𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 3𝑅1 , 𝑅4 → 𝑅4 − 𝑅1
1 2 2 5
~ (0 −3 −1 −4 )
0 −7 −4 −11
0 −1 −1 −6
𝑅3 → 3𝑅3 − 7𝑅2 , 𝑅4 → 3𝑅4 − 𝑅2
1 2 2 5
~( 0 −3 −1 −4 )
0 0 −5 −5
0 0 −2 − 14
𝑅4 → 5𝑅4 − 2𝑅3
1 2 2 5
~( 0 −3 −1 −4 )
0 0 −5 −5
0 0 0 − 60
This is in echelon form. Number of non-zero rows is 4.
𝜌(𝐴) = 3 𝑎𝑛𝑑 𝜌(𝐴, 𝐵) = 4. 𝜌(𝐴) ≠ 𝜌(𝐴, 𝐵).
Therefore, the given system of equations is inconsistent
Therefore, the system has no solution.
Coefficient matrix is
2 3 5 9
(𝐴, 𝐵) = (7 3 −2 8)
2 3 𝜆 𝜇
𝑅2 → 2𝑅2 − 7𝑅1 , 𝑅3 → 𝑅3 − 𝑅1
1 1 1 6
~ (0 −15 −39 −47 )
0 0 𝜆−5 𝜇−9
Introduction:
𝟐 𝟓
1. Find an LU decomposition of ( )
−𝟑 −𝟒
2 5
Let 𝐴 = ( )
−3 −4
1
First column of 𝐿 = 2 (First column of A), 2 is the pivot.
2 5 2 5
( ) = (−3 𝑥 − 15)
−3 −4 2
15
Equating components, −4 = 𝑥 − 2
2 5 1 0 2 5
Therefore, LU decomposition A is ( ) = (− 3 1) (0 7)
−3 −4 2 2
𝟔 𝟒
2. Find the LU factorisation of ( )
𝟏𝟐 𝟓
6 4
Let 𝐴 = ( )
12 5
1
First column of 𝐿 = 6 (First column of A), 6 is the pivot.
3 1 2
Let 𝐴 = (−9 0 −4)
9 9 14
1
First column of 𝐿 = 3 (First column of A), 3 is the pivot.
−5 0 4
Let 𝐴 = ( 10 2 −5)
10 10 16
1
First column of 𝐿 = −5 (First column of A), -5 is the pivot.
3 7 2
Let 𝐴 = ( 6 19 4)
−2 −2 3
1
First column of 𝐿 = 3 (First column of A), 3 is the pivot.
3 7 2 3 7 2
( 6 19 4) =( 6 14 + 𝑥 4+𝑦 )
14 4
−2 −2 3 −2 − 3 + 𝑎𝑥 − 3 + 𝑎𝑦 + 𝑧
14 4
Equating components, 19 = 14 + 𝑥, 4 = 4 + 𝑦, −2 = − + 𝑎𝑥, 3 = − 3 + 𝑎𝑦 + 𝑧
3
8 13
Therefore, 𝑥 = 5, 𝑦 = 0, 𝑎 = 15 , 𝑧 = 3
Therefore, LU decomposition A is
3 7 2 1 0 0 3 7 2
( 6 19 4) = ( 22 1
8
0) ( 0 5 0)
13
−2 −2 3 −3 1 0 0
15 3
3 −7 −2 1 0 0 3 −7 −2
(−3 5 1 ) = (−1 1 0) (0 𝑥 𝑦)
6 −4 0 2 𝑎 1 0 0 𝑧
3 −7 −2 3 −7 −2
(−3 5 1 ) = (−3 7+𝑥 2+𝑦 )
6 −4 0 6 −14 + 𝑎𝑥 −4 + 𝑎𝑦 + 𝑧
1 0 0 3 −7 −2
Therefore, 𝑳 = (−1 1 0) and 𝑈 = (0 −2 −1)
−2 −5 1 0 0 −1
𝐴𝑥 = 𝑏
(𝐿𝑈)𝑥 = 𝑏
𝐿(𝑈𝑥) = 𝑏
𝐿𝑦 = 𝑏, where 𝑦 = 𝑈𝑥
1 0 0 𝑦1 −7
(−1 1 0) (𝑦2 ) = ( 5 )
2 −5 1 𝑦3 2
𝑦1 = −7
−𝑦1 + 𝑦2 = 5
2𝑦1 − 5𝑦2 + 𝑦3 = 2
By solving, 𝑦1 = −7, 𝑦2 = −2, 𝑦3 = 6
𝑈𝑥 = 𝑦
3 −7 −2 𝑥1 −7
𝑥
(0 −2 −1) ( 2 ) = (−2)
0 0 −1 𝑥3 6
3𝑥1 − 7𝑥2 − 2𝑥3 = −7
−2𝑥2 − 𝑥3 = −2
−𝑥3 = 6
By solving, 𝑥1 = 3, 𝑥2 = 4, 𝑥3 = −6
3
The solution is 𝑥 = ( 4 )
−6
2 −6 4 1 0 0 2 −6 4
(−4 8 0) = (−2 1 0) (0 𝑥 𝑦)
0 −4 6 0 𝑎 1 0 0 𝑧
2 −6 4 2 −6 4
(−4 8 0) = (−3 7+𝑥 2+𝑦 )
0 −4 6 6 −14 + 𝑎𝑥 −4 + 𝑎𝑦 + 𝑧
1 0 0 3 −7 −2
Therefore, 𝑳 = (−1 1 0) and 𝑈 = (0 −2 −1)
−2 −5 1 0 0 −1
𝐴𝑥 = 𝑏
(𝐿𝑈)𝑥 = 𝑏
𝐿(𝑈𝑥) = 𝑏
𝐿𝑦 = 𝑏, where 𝑦 = 𝑈𝑥
1 0 0 𝑦1 −7
(−1 1 0) (𝑦2 ) = ( 5 )
2 −5 1 𝑦3 2
𝑦1 = −7
−𝑦1 + 𝑦2 = 5
2𝑦1 − 5𝑦2 + 𝑦3 = 2
By solving, 𝑦1 = −7, 𝑦2 = −2, 𝑦3 = 6
𝑈𝑥 = 𝑦
3 −7 −2 𝑥1 −7
(0 𝑥
−2 −1) ( 2 ) = (−2)
0 0 −1 𝑥3 6
3𝑥1 − 7𝑥2 − 2𝑥3 = −7
−2𝑥2 − 𝑥3 = −2
−𝑥3 = 6
By solving, 𝑥1 = 3, 𝑥2 = 4, 𝑥3 = −6
3
The solution is 𝑥 = ( 4 )
−6
2 −4 2 1 0 0 2 −4 2
(−4 5 2) = (−2 1 0) (0 𝑥 𝑦)
6 −9 1 3 𝑎 1 0 0 𝑧
2 −4 2 2 −4 2
(−4 5 2) = (−4 8+𝑥 −4 + 𝑦 )
6 −9 1 6 −12 + 𝑎𝑥 6 + 𝑎𝑦 + 𝑧
1 0 0 2 −4 2
Therefore, 𝑳 = (−2 1 0) and 𝑈 = (0 −3 6)
3 −1 1 0 0 1
𝐴𝑥 = 𝑏
(𝐿𝑈)𝑥 = 𝑏
𝐿(𝑈𝑥) = 𝑏
𝐿𝑦 = 𝑏, where 𝑦 = 𝑈𝑥
1 0 0 𝑦1 6
(−2 1 0) (𝑦2 ) = (0)
3 −1 1 𝑦3 6
𝑦1 = 6
−2𝑦1 + 𝑦2 = 0
3𝑦1 − 𝑦2 + 𝑦3 = 6
By solving, 𝑦1 = 6, 𝑦2 = 12, 𝑦3 = 0
𝑈𝑥 = 𝑦
2 −4 2 𝑥1 6
(0 𝑥
−3 6) ( 2 ) = (12)
0 0 1 𝑥3 0
2𝑥1 − 4𝑥2 + 2𝑥3 = 6
−3𝑥2 + 6𝑥3 = 12
𝑥3 = 0
By solving, 𝑥1 = −5, 𝑥2 = −4, 𝑥3 = 0
−5
The solution is 𝑥 = (−4)
0
1 −1 2 1 0 0 1 −1 2
(1 −3 1) = (1 1 0) (0 𝑥 𝑦)
3 7 5 3 𝑎 1 0 0 𝑧
1 −1 2 1 −1 2
(1 −3 1) = (1 −1 + 𝑥 2+𝑦 )
3 7 5 3 −3 + 𝑎𝑥 6 + 𝑎𝑦 + 𝑧
1 0 0 1 −1 2
Therefore, 𝑳 = (1 1 0) and 𝑈 = (0 −2 −1)
3 −5 1 0 0 −6
𝐴𝑥 = 𝑏
(𝐿𝑈)𝑥 = 𝑏
𝐿(𝑈𝑥) = 𝑏
𝐿𝑦 = 𝑏, where 𝑦 = 𝑈𝑥
1 0 0 𝑦1 0
(1 1 0) (𝑦2 ) = (−5)
3 −5 1 𝑦3 7
𝑦1 = 0
𝑦1 + 𝑦2 = −5
3𝑦1 − 5𝑦2 + 𝑦3 = 7
By solving, 𝑦1 = 0, 𝑦2 = −5, 𝑦3 = −18
𝑈𝑥 = 𝑦
1 −1 2 𝑥1 0
(0 𝑥
−2 −1) ( 2 ) = ( −5 )
0 0 −6 𝑥3 −18
𝑥1 − 𝑥2 + 2𝑥3 = 0
−2𝑥2 − 𝑥3 = −5
−6𝑥3 = −18
By solving, 𝑥1 = −5, 𝑥2 = 1, 𝑥3 = 3
−5
The solution is 𝑥 = ( 1 )
3
1 0 0 0
𝐸=( )+( )=𝐼+𝑁
0 1 6 0
𝐸 𝑘 = (𝐼 + 𝑁)𝐾 = 𝐼 + 𝑘𝑁, 𝑠𝑖𝑛𝑐𝑒 𝑁 2 = 0.
1 0 0 0 1 0
𝐸 2 = (𝐼 + 𝑁)2 = 𝐼 + 2𝑁 = ( ) + 2( )=( )
0 1 6 0 12 1
1 0 0 0 1 0
𝐸 8 = (𝐼 + 𝑁)8 = 𝐼 + 8𝑁 = ( ) + 8( )=( )
0 1 6 0 48 1
1 0 0 0 1 0
𝐸 −1 = (𝐼 + 𝑁)−1 = 𝐼 − 𝑁 = ( )−( )=( )
0 1 6 0 −6 1
4. Consider the subset W of V consisting of vectors of the form (𝒂, 𝒂𝟐 , 𝒃), where the
second component is the square of the first. Then W is a not a subspace of V.
Let V be a vector over the field F. The vectors 𝑣1 , 𝑣2 , … , 𝑣𝑛 ∈ 𝑉 are said to be linearly
independent over F if there exist scalars 𝑎1 , 𝑎2 , … , 𝑎𝑛 ∈ 𝐹 such that
𝑎1 𝑣1 + 𝑎2 𝑣2 + ⋯ + 𝑎𝑛 𝑣𝑛 = 0 ⇒ 𝑎1 = 0, 𝑎2 = 0, … , 𝑎𝑛 = 0. Otherwise, they are
linearly dependent.
1. Check whether the vectors 𝒗𝟏 = (𝟏, 𝟐, 𝟑), 𝒗𝟐 = (𝟑, 𝟏, 𝟕) and 𝒗𝟑 = (𝟐, 𝟓, 𝟖) are
linearly dependent or not.
𝑥𝑣1 + 𝑦𝑣2 + 𝑧𝑣3 = 0
⟹ 𝑥(1, 2, 3) + 𝑦(3, 1, 7) + 𝑧(2, 5, 8) = (0, 0, 0)
⟹ 𝑥 + 3𝑦 + 2𝑧 = 0, 2𝑥 + 𝑦 + 5𝑧 = 0, 3𝑥 + 7𝑦 + 8𝑧 = 0
⟹ (𝑥, 𝑦, 𝑧) = (0, 0, 0)
Therefore, the given vectors are linearly independent.
2. Check whether the vectors 𝒗𝟏 = (𝟏, 𝟒, 𝟗), 𝒗𝟐 = (𝟑, 𝟏, 𝟒) and 𝒗𝟑 = (𝟗, 𝟑, 𝟏𝟐) are
linearly dependent or not.
𝑥𝑣1 + 𝑦𝑣2 + 𝑧𝑣3 = 0
⟹ 𝑥(1, 4, 9) + 𝑦(3, 1, 4) + 𝑧(9, 3, 12) = 0
⟹ 𝑥 + 3𝑦 + 9𝑧 = 0, 4𝑥 + 𝑦 + 3𝑧 = 0, 9𝑥 + 4𝑦 + 12𝑧 = 0
⟹ (𝑥, 𝑦, 𝑧) ≠ (0, 0, 0)
Therefore, the given vectors are linearly dependent.
4. Let V be a vector space of all 𝟐 × 𝟑 matrices over R. Show that the matrix
𝟐 𝟏 −𝟏 𝟏 𝟏 −𝟑 𝟒 −𝟏 𝟐
𝑨=[ ], 𝑩 = [ ], 𝑪 = [ ] form a linearly
𝟑 −𝟐 𝟒 𝟐 𝟎 𝟓 𝟏 −𝟐 𝟑
independent set.
2 1 −1 1 1 −3 4 −1 2 0 0 0
Let 𝑎 [ ]+𝑏[ ]+𝑐[ ]=[ ]
3 −2 4 2 0 5 1 −2 3 0 0 0
2𝑎 + 𝑏 + 4𝑐 𝑎 + 𝑏 − 𝑐 −𝑎 − 3𝑏 + 2𝑐 0 0 0
[ ]=[ ]
3𝑎 − 2𝑏 + 𝑐 −2𝑎 − 2𝑐 4𝑎 + 5𝑏 + 3𝑐 0 0 0
By equating the corresponding elements,
2𝑎 + 𝑏 + 4𝑐 = 0, 𝑎 + 𝑏 − 𝑐 = 0, −𝑎 − 3𝑏 + 2𝑐 = 0. ---- (1)
3𝑎 − 2𝑏 + 𝑐 = 0, −2𝑎 − 2𝑐 = 0, 4𝑎 + 5𝑏 + 3𝑐 = 0. ----- (2)
On solving the system (1) , 𝑎 = 0, 𝑏 = 0, 𝑐 = 0.
This solution also satisfies the system (2).
Therefore, the given set of matrices is linearly independent.
Three vectors in 𝑅 3 form a basis if and only if they are linearly independent.
𝑥(2, 2, 1) + 𝑦(1, 3, 7) + 𝑧(1, 2, 2) = (0, 0, 0)
⟹ 2𝑥 + 𝑦 + 𝑧 = 0, 2𝑥 + 3𝑦 + 2𝑧 = 0, 𝑥 + 7𝑦 + 2𝑧 = 0
⟹ (𝑥, 𝑦, 𝑧) = (0, 0, 0)
Therefore, the vectors 𝑥1 , 𝑥2 , 𝑥3 are linearly independent and hence form a basis.
1 −2 4 1
2 −3 9 −1
𝐴=[ ]
1 0 6 −5
2 −5 7 5
𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 𝑅1 , 𝑅4 → 𝑅4 − 2𝑅1
1 −2 4 1
0 1 1 −3
∼[ ]
0 2 2 −6
1 −1 −1 3
𝑅3 → 𝑅3 − 2𝑅2 , 𝑅4 → 𝑅4 + 𝑅2
1 −2 4 1
0 1 1 −3
∼[ ]
0 0 0 0
0 0 0 0
Non-zero rows of Echelon matrix form a basis.
Number of non-zero rows is 2.
Therefore, dim 𝑊 = 2 and {𝑥1 , 𝑥2 } forms a basis of W.
Definition:
❖ The column space of A is the set of all possible linear combinations of its column
vectors. It is denoted by 𝐶(𝐴). Its dimension of 𝐶(𝐴) is 𝑟. This is also called as the
range.
❖ The row space of 𝐴 is the set of all possible linear combinations of its row vectors.
It is the column space of 𝐴𝑇 . It is denoted by 𝐶(𝐴𝑇 ). It is spanned by the rows of A.
Its dimension is r.
𝟏 𝟐
1. What is the column space of ( ) ? Also find the basis and the dimension of the
𝟑 𝟔
column space of the given matrix.
1 2
Let 𝐴 = ( )
3 6
𝑅2 → 𝑅2 − 3𝑅1
The row reduced Echelon form of A is
1 2
𝑈=( ).
0 0
First column is the pivot column.
1
Basis of the column space = {( )}
3
Dimension of the column space = 1.
1
The column space of A = 𝑠𝑝𝑎𝑛 {( )}
3
1 2
Let 𝐴 = ( )
3 6
𝑅2 → 𝑅2 − 3𝑅1
1 2
𝑈=( ).
0 0
𝟏 𝟏 −𝟑 𝟐
3. Find the row space, column space of ( )
𝟑 𝟒 −𝟏𝟏 𝟕
1 1 −3 2
𝐴=( )
3 4 −11 7
𝑅2 → 𝑅2 − 3𝑅2
1 1 −3 2
𝑈=( )
0 1 −2 1
This is the row reduced echelon form of A.
The two rows are the non-zero rows.
Basis of row space = {(1, 1, −3, 2), (0, 1, 1, −2, 1)}
Dimension of the row space = 2
Row space = 𝑠𝑝𝑎𝑛 {(1, 1, −3, 2), (0, 1, 1, −2, 1)}
The first column is the pivot column.
1
Basis of column space = {( )}
3
Dimension of the column space is 1.
1
Column space = 𝑠𝑝𝑎𝑛 {( )}
3
1 3 −5 1 5
0 1 −2 2 −7
𝑈=( )
0 0 0 1 −5
0 0 0 0 0
−2 −5 0
1 3 1
Column space = 𝑠𝑝𝑎𝑛 {( ) , ( ) , ( )}
3 11 7
1 7 5
1. The column space of A is the set of all possible linear combinations of its column
vectors. It is denoted by 𝐶(𝐴). Its dimension of 𝐶(𝐴) is 𝑟. This is also called as the
range.
2. The row space of 𝐴 is the set of all possible linear combinations of its row vectors.
It is the column space of 𝐴𝑇 . It is denoted by 𝐶(𝐴𝑇 ). It is spanned by the rows of A.
Its dimension is r.
3. The null space of 𝐴 is denoted by 𝑁(𝐴). Its dimension is 𝑛 − 𝑟. 𝑁(𝐴) = {𝑋|𝐴𝑋 = 0}.
This is also known as kernel of A. Its dimension is nullity.
4. The left null space of A is the null space of 𝐴𝑇 . It contains all vectors 𝑦 such that
𝐴𝑇 𝑦 = 0. It is denoted by 𝑁(𝐴𝑇 ). Its dimension is 𝑚 − 𝑟. 𝑁(𝐴𝑇 ) = {𝑌|𝐴𝑇 𝑌 = 0}
𝑈𝑋 = 0 𝑈𝑇 𝑌 = 0
1 2 𝑥1 0 1 3 𝑦1 0
( )( ) = ( ) ( )( ) = ( )
0 0 𝑥2 0 0 0 𝑦2 0
𝑥2 is the free variable say 𝑘. 𝑦2 is the free variable say 𝑘.
𝑥1 + 2𝑥2 = 0 𝑦1 + 3𝑦2 = 0
𝑥1 = −2𝑘 𝑦1 = −3𝑘
𝑥1 𝑥2 𝑦1 −3𝑘 −3
= (𝑦 ) = ( ) = 𝑘( )
−2 1 2 𝑘 1
𝑥1 −3
(𝑥 ) = (
−2𝑘 −2
) = 𝑘( ) 𝑁(𝐴𝑇 ) = span {( )}
2 𝑘 1 1
−2
𝑁(𝐴) =span {( )}
1
Note:
Matrix, The null space 𝑁(𝐴) and row space 𝐶(𝐴𝑇 ) are subspaces of 𝑅 𝑛 .
The left null space 𝑁(𝐴𝑇 ) and column space 𝐶(𝐴) are subspaces of 𝑅 𝑚 .
0 1 4 0
Let 𝐴 = ( )
0 2 8 0
𝑅2 → 𝑅2 − 2𝑅1
Echelon form of A is
0 1 4 0
𝑈=( )
0 0 0 0
1
Basis for the column space is {( )} and the dimension is 1.
2
Basis for the row space is {(0, 1, 4, 0)} and the dimension is 1.
Null space: Left null space:
𝐴𝑋 = 0 0 0
𝑈𝑋 = 0 1 2
𝑥1 𝐴𝑇 = ( )
0 4 8
0 1 4 0 𝑥2 0 0 0
( ) (𝑥 ) = ( )
0 0 0 0 3 0 0 0
𝑥4 0 1 2
𝑥1 , 𝑥3 , 𝑥4 are free variables say 𝑝, 𝑞, 𝑟 𝑈𝑇 = ( )
0 0
𝑥2 + 4𝑥3 = 0 ⟹ 𝑥2 = −4𝑞 0 0
𝑥1 𝑝 𝑇
𝑥2 𝐴 𝑌=0
−4𝑞
(𝑥 ) = ( )
3 𝑞 𝑈𝑇 𝑌 = 0
𝑥4 𝑟
0 0
1 0 0 1 2 𝑦1 0
0 −4 0 ( ) (𝑦 ) = ( )
= 𝑝( ) +𝑞( )+𝑟( ) 0 0 2 0
0 1 0 0 0
0 0 1
Basis for the null space 𝑦2 is the free variable say 𝑘.
1 0 0 𝑦1 + 2𝑦2 = 0
0 −4 0
= {( ) , ( ) , ( ) } 𝑦1 = −2𝑘
0 1 0
0 0 1 𝑦1 −2𝑘 −2
𝑦 = (𝑦 ) = ( ) = 𝑘( )
Dimension = 3 . 2 𝑘 1
Basis for the left null space
−2
= {( )}
1
Dimension = 1.
Basis for the row space is {(1, 2, 0, 1), (0, 1, 1, 0)} and the dimension is 2.
𝑥1 4𝑝 − 𝑞 4 −1 𝑦1 = 0, 𝑦2 = 0
𝑥2 −2𝑝 −2 0 𝑦1 0 0
(𝑥 ) = ( ) = 𝑝( )+𝑞( ) 𝑦
3 𝑝 1 0 𝑦 = ( 2 ) = (0 ) = 𝑘 (0 )
𝑥4 𝑞 0 1 𝑦3 𝑘 𝑘
Basis for the null space Basis for the left null space
4 −1 0
−2 0 = {(0)}
= {( ) , ( ) } 1
1 0
0 1 Dimension = 1.
Dimension = 2 .
Basis for the row space is {(0, 1, 0), (0, 0, 1} and the dimension is 2.
1 2
3 0 3
𝐴 = (4 5) ( ) = 𝑃𝑄
1 1 2
2 7
1 2
Basis for the column space of A=Linearly independent columns of P= {(4) , (5)}
2 7
Basis for the row space of A = Linearly independent rows of Q = {(3, 0, 3), (1, 1, 2)}
𝑥3 = −2𝑠, 𝑥2 = 𝑠, 𝑥1 = 0
𝑥1 0 0
𝑥2 𝑠 1
(𝑥 ) = ( ) = 𝑠( )
3 −2𝑠 −2
𝑥4 𝑠 1
0
1
Basis for the null space of A= {( )}
−2
1
𝑥1 = 𝑠, 𝑥2 = −𝑡, 𝑥3 = 0, 𝑥4 = 𝑡
𝑥1 𝑠 1 0 1 0
𝑥2 −𝑡 0 −1 0 −1
(𝑥 ) = ( ) = 𝑠 ( ) + 𝑡 ( ). Basis for the null space of A= {( ) , ( )}
3 0 0 0 0 0
𝑥4 𝑡 0 1 0 1
0 0 0 0 0 0
3 0 1 3 0 1
( )~ ( )
3 0 0 0 0 −1
3 0 1 0 0 0
0 0 0 𝑦1 0
3 0 1
( ) (𝑦2 ) = (0)
0 0 −1 𝑦3 0
0 0 0
𝑦1 + 𝑦2 = 0, 𝑦2 + 𝑦3 = 0, 𝑦3 = 0
0
Therefore, Basis for the left null space of A = {(0)}
0