SlideShare a Scribd company logo
1 of 45
Rank, Nullity, and
Fundamental Matrix
Spaces
Math 209 – Linear Algebra
FROILAN R. DOBLON
Discussant
Objectives
At the end of the discussion, we will be able
to:
1. Define Rank and Nullity of a Matrix;
2. Describe the Fundamental Matrix
Spaces; and
3. Solve for the Rank and Nullity of a
Matrix.
Rank of a Matrix
Rank of a Matrix
› The concept of the rank of a matrix plays an
important role in the application of matrices to
linear problems. It helps us to find the consistency
of a system of simultaneous linear equations.
Theorem
If 𝐴𝑥 = 𝑏 is a consistent linear system of
𝑚 equations in 𝑛 unknowns, and if 𝐴 has
rank 𝑟, then the general solution of the
system contains 𝑛 – 𝑟 parameters.
Rank of a Matrix
› With each matrix, we can associate a non-negative
integer called its RANK.
Row Rank and Column Rank of a Matrix
Let 𝐴 be an 𝑚 𝑥 𝑛 matrix.
› The maximum number of linearly independent
rows (columns) in a matrix 𝐴 is called the row
(column) rank of A.
› The dimension of the row (column) space of 𝐴 is
called the row (column) rank of A.
Definition of Row (Column) Rank
Rank is the maximum number of independent rows
(columns).
𝐴 =
1 2
2 4
independent
dependent
Row Rank = 1.
Definition of Row (Column) Rank
𝐴 =
1 2
2 4
independent
dependent
Column Rank = 1.
What If…
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
Definition of Row (Column) Rank
Rank is the dimension of the row (column) space of
𝐴.
Dimension of a Matrix
If 𝐴 is a subspace of 𝑅𝑛
, then the number of
vectors in a basis for 𝐴 is called the
dimension of 𝐴, denoted by dim(𝐴).
Example 1 (Row Rank)
Find a basis for the row space of the matrix 𝐴 .
Then, compute the row rank of 𝐴.
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
Solution:
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
Expressed in a linear combination:
𝑎1 1 −2 0 3 −4 + 𝑎2 3 2 8 1 4
+ 𝑎3 2 3 7 2 3 + 𝑎4 −1 2 0 4 −3
= 0 0 0 0 0
Solution:
𝑎1 1 −2 0 3 −4 + 𝑎2 3 2 8 1 4
+ 𝑎3 2 3 7 2 3 + 𝑎4 −1 2 0 4 −3
= 0 0 0 0 0
Augmented Matrix:
1 3 2
−2 2 3
0 8 7
3 1 2
−4 4 3
−1
2
0
4
3
0
0
0
0
0
= 𝐴𝑇
𝑶
Solution:
Transform to Reduced Row Echelon Form
1 3 2
−2 2 3
0 8 7
3 1 2
−4 4 3
−1
2
0
4
3
0
0
0
0
0
⇒
1 3 2
0 8 7
0 8 7
0 −8 −4
0 16 11
−1
0
0
7
−7
0
0
0
0
0
⇒
1 3 2
0 1 7/8
0 0 0
0 0 3
0 0 −3
−1
0
0
7
−7
0
0
0
0
0
⇒
1 3 2
0 1 7/8
0 0 3
0 0 0
0 0 −3
−1
0
7
0
−7
0
0
0
0
0
⇒
1 3 2
0 1 7/8
0 0 1
0 0 0
0 0 0
−1
0
7/3
0
0
0
0
0
0
0
⇒
1 0 0
0 1 0
0 0 1
0 0 0
0 0 0
11/24
−49/24
7/3
0
0
0
0
0
0
0
Solution:
Reduced Row Echelon Form:
𝐵 =
1 0 0
0 1 0
0 0 1
0 0 0
0 0 0
11/24
−49/24
7/3
0
0
0
0
0
0
0
Solution:
Since the leading 1’s occur in columns 1, 2, and 3,
we conclude that the first three rows of A form a
basis for the row space of A. That is,
{ 1 − 2 0 3 − 4 , 3 2 8 1 4 , 2 3 7 2 3 }
is a basis for the row space of A.
The row rank of A is 3.
Example 2 (Column Rank)
Find a basis for column space of the matrix 𝐴 .
Then, compute the column rank of 𝐴.
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
Solution:
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
Expressed in a linear combination
𝑎1
1
3
2
−1
+ 𝑎2
−2
2
3
2
+ 𝑎3
0
8
7
0
+ 𝑎4
3
1
2
4
+ 𝑎5
−4
4
3
−3
=
0
0
0
0
Solution:
𝑎1
1
3
2
−1
+ 𝑎2
−2
2
3
2
+ 𝑎3
0
8
7
0
+ 𝑎4
3
1
2
4
+ 𝑎5
−4
4
3
−3
=
0
0
0
0
Augmented Matrix:
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
0
0
0
0
= 𝐴 𝑶
Solution:
Transform to Reduced Row Echelon Form
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
0
0
0
0
⇒
1 −2 0
0 8 8
0 7 7
0 0 0
3 −4
−8 16
−4 11
7 −7
0
0
0
0
⇒
1 −2 0
0 1 1
0 0 0
0 0 0
3 −4
−1 2
3 −3
7 −7
0
0
0
0
⇒
1 −2 0
0 1 1
0 0 0
0 0 0
3 −4
−1 2
1 −1
0 0
0
0
0
0
⇒
1 0 2
0 1 1
0 0 0
0 0 0
1 0
−1 2
1 −1
0 0
0
0
0
0
⇒
1 0 2
0 1 1
0 0 0
0 0 0
0 1
0 1
1 −1
0 0
0
0
0
0
Solution:
Reduced Row Echelon Form:
𝐵 =
1 0 2
0 1 1
0 0 0
0 0 0
0 1
0 1
1 −1
0 0
0
0
0
0
Solution:
Since the leading 1’s occur in columns 1, 2, and 4,
we conclude that the first, second, and fourth
columns of A form a basis for the column space of
A. That is,
1
3
2
−1
,
−2
2
3
2
,
3
1
2
4
is a basis for the column space of A.
The column rank of A is 3.
Figure this out!
Given the matrix 𝐴:
𝐴 =
1 −2 0
3 2 8
2 3 7
−1 2 0
3 −4
1 4
2 3
4 −3
The row rank of 𝐴 is 3 and the column rank of 𝐴 is
3.
𝑟𝑜𝑤 𝑟𝑎𝑛𝑘 𝑜𝑓 𝐴 = 𝑐𝑜𝑙𝑢𝑚𝑛 𝑟𝑎𝑛𝑘 𝑜𝑓 𝐴.
Rank of a Matrix
𝑇ℎ𝑒 𝑟𝑜𝑤 𝑟𝑎𝑛𝑘 𝑎𝑛𝑑 𝑐𝑜𝑙𝑢𝑚𝑛 𝑟𝑎𝑛𝑘 𝑜𝑓 𝑎𝑛
𝑚 𝑥 𝑛 𝑚𝑎𝑡𝑟𝑖𝑥 𝐴 = 𝑎𝑖𝑗 𝑎𝑟𝑒 𝑒𝑞𝑢𝑎𝑙.
Since the row and column ranks of a matrix are
equal, we now merely refer to the rank of a matrix,
or 𝒓𝒂𝒏𝒌 (𝑨).
Rank of a Matrix
› The common dimension of the row and column
space of a matrix A is called the rank of A and is
denoted by 𝑟𝑎𝑛𝑘(𝐴);
› The rank of 𝐴 is the number of pivots or leading
coefficients in the echelon form. In fact, the pivot
columns (i.e., the columns with pivots in them) are
linearly independent.
Example 3:
Find the rank of Matrix A.
𝐴 =
1 2 3
4 5 6
7 8 9
.
Solution:
1 2 3
4 5 6
7 8 9
0
0
0
⇒
1 2 3
0 −3 −6
0 −6 −12
0
0
0
⇒
1 0 −1
0 1 2
0 0 0
0
0
0
∴ 𝒓𝒂𝒏𝒌 𝑨 = 𝟐
Nullity of a Matrix
Nullity of a Matrix
› The dimension of the null space of 𝐴 is called the
nullity of A and is denoted by 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴).
𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = dim(𝑁 𝐴 )
› It is easier to find the nullity than to find the null
space. This is because the number of free
variables (in the solved equations) equals the
nullity of A.
Basic (Leading) and Free Variables
› A variable is a basic variable if it corresponds to a pivot
column. Otherwise, the variable is known as
a free variable. In order to determine which variables
are basic and which are free, it is necessary to row
reduce the augmented matrix to echelon form.
Basic (Leading) and Free Variables
› Example:
𝑥1 + 2𝑥2 − 𝑥3 = 4
2𝑥1 − 4𝑥2 = 5
Augmented Matrix:
1 2 −1
2 −4 0
4
5
1 2 −1
0 −8 2
4
−3
1 2 −1
0 1 −1/4
4
3/8
1 0 −1/2
0 1 −1/4
13/4
3/8
𝒙𝟏 𝒙𝟐 𝒙𝟑
Pivot Columns
(because of pivot elements)
Basic (Leading) Variables: 𝑥1, 𝑥2
Basic (Leading) and Free Variables
› Example:
𝑥1 + 2𝑥2 − 𝑥3 = 4
2𝑥1 − 4𝑥2 = 5
Augmented Matrix:
1 2 −1
2 −4 0
4
5
1 2 −1
0 −8 2
4
−3
1 2 −1
0 1 −1/4
4
3/8
1 0 −1/2
0 1 −1/4
13/4
3/8
𝒙𝟏 𝒙𝟐 𝒙𝟑
Non-Pivot Column
Free Variables: 𝑥3
Example 4:
Using Matrix A in Example 3. Find the 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴).
𝐴 =
1 2 3
4 5 6
7 8 9
.
Solution:
1 2 3
4 5 6
7 8 9
0
0
0
⇒
1 2 3
0 −3 −6
0 −6 −12
0
0
0
⇒
1 0 −1
0 1 2
0 0 0
0
0
0
∴ 𝒏𝒖𝒍𝒍𝒊𝒕𝒚 𝑨 = 𝟏
Example 5
› Find a basis for the null space of 𝐴. Then,
determine the nullity of 𝐴, 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴).
𝐴 =
−1 2 0
3 −7 2
2 −5 2
4 −9 2
4 5 −3
0 1 4
4 6 1
−4 −4 7
Solution
› The reduced row-echelon form of A is
1 0 −4
0 1 −2
0 0 0
0 0 0
−28 −37 13
−12 −16 5
0 0 0
0 0 0
0
0
0
0
Solution
1 0 −4
0 1 −2
0 0 0
0 0 0
−28 −37 13
−12 −16 5
0 0 0
0 0 0
0
0
0
0
The corresponding system of equations will be
𝑥1 − 4𝑥3 − 28𝑥4 − 37𝑥5 + 13𝑥6 = 0
𝑥2 − 2𝑥3 − 12𝑥4 − 16𝑥5 + 5𝑥6 = 0.
𝑥1 − 4𝑥3 − 28𝑥4 − 37𝑥5 + 13𝑥6 = 0
𝑥2 − 2𝑥3 − 12𝑥4 − 16𝑥5 + 5𝑥6 = 0.
There are four free variables; It follows that the general
solution of the system is
𝑥3 = 𝑟; 𝑥4 = 𝑠; 𝑥5 = 𝑡; 𝑥6 = 𝑢
𝑥1 = 4𝑟 + 28𝑠 + 37𝑡 − 13𝑢;
𝑥2 = 2𝑟 + 12𝑠 + 16𝑡 − 5𝑢;
Or 𝑥1
𝑥2
𝑥3
𝑥4
𝑥5
𝑥6
= r
4
2
1
0
0
0
+ s
28
12
0
1
0
0
+ t
37
16
0
0
1
0
+ 𝑢
−13
−5
0
0
0
1
Thus,
4
2
1
0
0
0
,
28
12
0
1
0
0
,
37
16
0
0
1
0
,
−13
−5
0
0
0
1
forms the basis for the null space of 𝐴.
The 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 4.
Dimension Theorem for Matrices
› If A is a matrix with 𝑛 columns, then
𝑟𝑎𝑛𝑘 𝐴 + 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛.
Proof:
If 𝐴 is an 𝑚 𝑥 𝑛 matrix, the nullity of 𝐴 is the dimension of the null
space of 𝐴, that is, the dimension of the solution space of 𝐴𝒙 = 𝟎.
If 𝐴 is transformed to a matrix 𝐵 in reduced row echelon form
having 𝑟 nonzero rows, then we know that the dimension of the
solution space of 𝐴𝒙 = 𝟎 is 𝑛 − 𝑟. Since 𝑟 is also the rank of 𝐴,
then,
𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛 − 𝑟𝑎𝑛𝑘 𝐴
𝑟𝑎𝑛𝑘 𝐴 + 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛.
The Sum of Rank and Nullity
Example:
𝐴 =
1 1 1
2 3 4
1
5
Solution:
Clearly, by inspection, the rows of A are linearly
independent. Therefore the rank of A is 2. Since
(rank of A) + (nullity of A) = 4,
it follows that the nullity of A is 2.
Reduced Row Echelon Form:
1 1
2 3
1 1
4 5
0
0
1 1
0 1
1 1
2 3
0
0
Fundamental
Matrix Spaces
Fundamental Matrix Spaces
(Fundamental Subspaces)
Let 𝐴 be an 𝑚 𝑥 𝑛 matrix.
› Row Space of 𝑨, Row Space of 𝐴𝑇
› Column Space of 𝑨, Column Space of 𝐴𝑇
.
› Null Space of 𝑨, Null Space of 𝑨𝑻
Row Space of 𝐴 = Column Space of 𝐴𝑇
Column Space of 𝐴 = Row Space of 𝐴𝑇
Fundamental Matrix Spaces
(Fundamental Subspaces)
Let 𝐴 be an 𝑚 𝑥 𝑛 matrix.
– Row Space of 𝑨
– Column Space of 𝑨
– Null Space of 𝑨
– Null Space of 𝑨𝑻
`Fundamental
Space
Dimension
Row Space of 𝐴 𝑟
Column Space of 𝐴 𝑟
Null Space of 𝐴 𝑛 − 𝑟
Null Space of 𝐴𝑇 𝑚 − 𝑟
Thankyou!
Exercises
1. Find a basis for the null space of matrix 𝐴.
Then, determine 𝑟𝑎𝑛𝑘 𝐴 and 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 .
𝐴 =
1 1 4
0 1 2
0 0 0
1 −1 0
2 1 6
1 2
1 1
1 2
0 2
0 1
References
Kolman, B., & Hill, D. R. (2000). Elementary Linear
Algebra. New Jersey: Prentice-Hall, Inc.
Chu, W.-T. (2011, November 14). Lecture 16:4.8
Rank, Nullity, and the Fundamental Matrix
Spaces.
Lecture 18: Rank and Nullity of a Matrix. (n.d.).

More Related Content

What's hot

Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectorsAmit Singh
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theoremRonak Machhi
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.Awais Bakshy
 
Area Under the Curve
Area Under the CurveArea Under the Curve
Area Under the Curvealexbeja
 
Lecture 15 section 5.4 graph of sin & cos
Lecture 15   section 5.4 graph of sin & cosLecture 15   section 5.4 graph of sin & cos
Lecture 15 section 5.4 graph of sin & cosnjit-ronbrown
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - MathematicsDrishti Bhalla
 
Intermediate Value Theorem
Intermediate Value TheoremIntermediate Value Theorem
Intermediate Value Theoremgizemk
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Jacobian solved examples (2019)
Jacobian solved examples (2019)Jacobian solved examples (2019)
Jacobian solved examples (2019)sumanmathews
 
Dobule and triple integral
Dobule and triple integralDobule and triple integral
Dobule and triple integralsonendra Gupta
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and DeterminantsAarjavPinara
 

What's hot (20)

Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Power series
Power series Power series
Power series
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectors
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theorem
 
DIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONSDIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONS
 
Vector Space.pptx
Vector Space.pptxVector Space.pptx
Vector Space.pptx
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
 
Area Under the Curve
Area Under the CurveArea Under the Curve
Area Under the Curve
 
Lecture 15 section 5.4 graph of sin & cos
Lecture 15   section 5.4 graph of sin & cosLecture 15   section 5.4 graph of sin & cos
Lecture 15 section 5.4 graph of sin & cos
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Determinants - Mathematics
Determinants - MathematicsDeterminants - Mathematics
Determinants - Mathematics
 
Intermediate Value Theorem
Intermediate Value TheoremIntermediate Value Theorem
Intermediate Value Theorem
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Vector space
Vector spaceVector space
Vector space
 
Jacobian solved examples (2019)
Jacobian solved examples (2019)Jacobian solved examples (2019)
Jacobian solved examples (2019)
 
Dobule and triple integral
Dobule and triple integralDobule and triple integral
Dobule and triple integral
 
Rank of a matrix
Rank of a matrixRank of a matrix
Rank of a matrix
 
Introduction of matrices
Introduction of matricesIntroduction of matrices
Introduction of matrices
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 

Similar to Rank, Nullity, and Fundamental Matrix Spaces.pptx

Rank nullity theorem
Rank nullity theoremRank nullity theorem
Rank nullity theoremRoqui Gonzaga
 
Matrix and linear algebra Introduced by: Khalid Jawad Kadhim
Matrix and linear algebra Introduced by: Khalid Jawad KadhimMatrix and linear algebra Introduced by: Khalid Jawad Kadhim
Matrix and linear algebra Introduced by: Khalid Jawad KadhimKhalidJawadKadhimALK
 
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...Hemin Patel
 
1539 graphs linear equations and functions
1539 graphs linear equations and functions1539 graphs linear equations and functions
1539 graphs linear equations and functionsDr Fereidoun Dejahang
 
Lecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfLecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfSakith1
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSRai University
 
Eigenvalues, Eigenvectors and Quadratic Forms.pdf
Eigenvalues, Eigenvectors and Quadratic Forms.pdfEigenvalues, Eigenvectors and Quadratic Forms.pdf
Eigenvalues, Eigenvectors and Quadratic Forms.pdfAugustoMiguel Ramos
 
chapter7_Sec1.ppt
chapter7_Sec1.pptchapter7_Sec1.ppt
chapter7_Sec1.pptvinnisart
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfPrathamPatel560716
 
Semana 31 matrices álgebra uni ccesa007
Semana 31 matrices  álgebra uni ccesa007Semana 31 matrices  álgebra uni ccesa007
Semana 31 matrices álgebra uni ccesa007Demetrio Ccesa Rayme
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Dilerkishor pokar
 
Linear equations
Linear equationsLinear equations
Linear equationsNisarg Amin
 

Similar to Rank, Nullity, and Fundamental Matrix Spaces.pptx (20)

Rank nullity theorem
Rank nullity theoremRank nullity theorem
Rank nullity theorem
 
Matrix
MatrixMatrix
Matrix
 
Matrices
MatricesMatrices
Matrices
 
Matrix and linear algebra Introduced by: Khalid Jawad Kadhim
Matrix and linear algebra Introduced by: Khalid Jawad KadhimMatrix and linear algebra Introduced by: Khalid Jawad Kadhim
Matrix and linear algebra Introduced by: Khalid Jawad Kadhim
 
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...
Row space, column space, null space And Rank, Nullity and Rank-Nullity theore...
 
1539 graphs linear equations and functions
1539 graphs linear equations and functions1539 graphs linear equations and functions
1539 graphs linear equations and functions
 
Lecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdfLecture 3 Inverse matrices(hotom).pdf
Lecture 3 Inverse matrices(hotom).pdf
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
 
Eigenvalues, Eigenvectors and Quadratic Forms.pdf
Eigenvalues, Eigenvectors and Quadratic Forms.pdfEigenvalues, Eigenvectors and Quadratic Forms.pdf
Eigenvalues, Eigenvectors and Quadratic Forms.pdf
 
rank of matrix
rank of matrixrank of matrix
rank of matrix
 
chapter7_Sec1.ppt
chapter7_Sec1.pptchapter7_Sec1.ppt
chapter7_Sec1.ppt
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
 
Semana 31 matrices álgebra uni ccesa007
Semana 31 matrices  álgebra uni ccesa007Semana 31 matrices  álgebra uni ccesa007
Semana 31 matrices álgebra uni ccesa007
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
LA question Pool
LA question PoolLA question Pool
LA question Pool
 
system of linear equations by Diler
system of linear equations by Dilersystem of linear equations by Diler
system of linear equations by Diler
 
matricesMrtices
matricesMrticesmatricesMrtices
matricesMrtices
 
Linear equations
Linear equationsLinear equations
Linear equations
 

Recently uploaded

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

Rank, Nullity, and Fundamental Matrix Spaces.pptx

  • 1. Rank, Nullity, and Fundamental Matrix Spaces Math 209 – Linear Algebra FROILAN R. DOBLON Discussant
  • 2. Objectives At the end of the discussion, we will be able to: 1. Define Rank and Nullity of a Matrix; 2. Describe the Fundamental Matrix Spaces; and 3. Solve for the Rank and Nullity of a Matrix.
  • 3. Rank of a Matrix
  • 4. Rank of a Matrix › The concept of the rank of a matrix plays an important role in the application of matrices to linear problems. It helps us to find the consistency of a system of simultaneous linear equations. Theorem If 𝐴𝑥 = 𝑏 is a consistent linear system of 𝑚 equations in 𝑛 unknowns, and if 𝐴 has rank 𝑟, then the general solution of the system contains 𝑛 – 𝑟 parameters.
  • 5. Rank of a Matrix › With each matrix, we can associate a non-negative integer called its RANK.
  • 6. Row Rank and Column Rank of a Matrix Let 𝐴 be an 𝑚 𝑥 𝑛 matrix. › The maximum number of linearly independent rows (columns) in a matrix 𝐴 is called the row (column) rank of A. › The dimension of the row (column) space of 𝐴 is called the row (column) rank of A.
  • 7. Definition of Row (Column) Rank Rank is the maximum number of independent rows (columns). 𝐴 = 1 2 2 4 independent dependent Row Rank = 1.
  • 8. Definition of Row (Column) Rank 𝐴 = 1 2 2 4 independent dependent Column Rank = 1.
  • 9. What If… 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3
  • 10. Definition of Row (Column) Rank Rank is the dimension of the row (column) space of 𝐴. Dimension of a Matrix If 𝐴 is a subspace of 𝑅𝑛 , then the number of vectors in a basis for 𝐴 is called the dimension of 𝐴, denoted by dim(𝐴).
  • 11. Example 1 (Row Rank) Find a basis for the row space of the matrix 𝐴 . Then, compute the row rank of 𝐴. 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3
  • 12. Solution: 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3 Expressed in a linear combination: 𝑎1 1 −2 0 3 −4 + 𝑎2 3 2 8 1 4 + 𝑎3 2 3 7 2 3 + 𝑎4 −1 2 0 4 −3 = 0 0 0 0 0
  • 13. Solution: 𝑎1 1 −2 0 3 −4 + 𝑎2 3 2 8 1 4 + 𝑎3 2 3 7 2 3 + 𝑎4 −1 2 0 4 −3 = 0 0 0 0 0 Augmented Matrix: 1 3 2 −2 2 3 0 8 7 3 1 2 −4 4 3 −1 2 0 4 3 0 0 0 0 0 = 𝐴𝑇 𝑶
  • 14. Solution: Transform to Reduced Row Echelon Form 1 3 2 −2 2 3 0 8 7 3 1 2 −4 4 3 −1 2 0 4 3 0 0 0 0 0 ⇒ 1 3 2 0 8 7 0 8 7 0 −8 −4 0 16 11 −1 0 0 7 −7 0 0 0 0 0 ⇒ 1 3 2 0 1 7/8 0 0 0 0 0 3 0 0 −3 −1 0 0 7 −7 0 0 0 0 0 ⇒ 1 3 2 0 1 7/8 0 0 3 0 0 0 0 0 −3 −1 0 7 0 −7 0 0 0 0 0 ⇒ 1 3 2 0 1 7/8 0 0 1 0 0 0 0 0 0 −1 0 7/3 0 0 0 0 0 0 0 ⇒ 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 11/24 −49/24 7/3 0 0 0 0 0 0 0
  • 15. Solution: Reduced Row Echelon Form: 𝐵 = 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 11/24 −49/24 7/3 0 0 0 0 0 0 0
  • 16. Solution: Since the leading 1’s occur in columns 1, 2, and 3, we conclude that the first three rows of A form a basis for the row space of A. That is, { 1 − 2 0 3 − 4 , 3 2 8 1 4 , 2 3 7 2 3 } is a basis for the row space of A. The row rank of A is 3.
  • 17. Example 2 (Column Rank) Find a basis for column space of the matrix 𝐴 . Then, compute the column rank of 𝐴. 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3
  • 18. Solution: 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3 Expressed in a linear combination 𝑎1 1 3 2 −1 + 𝑎2 −2 2 3 2 + 𝑎3 0 8 7 0 + 𝑎4 3 1 2 4 + 𝑎5 −4 4 3 −3 = 0 0 0 0
  • 19. Solution: 𝑎1 1 3 2 −1 + 𝑎2 −2 2 3 2 + 𝑎3 0 8 7 0 + 𝑎4 3 1 2 4 + 𝑎5 −4 4 3 −3 = 0 0 0 0 Augmented Matrix: 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3 0 0 0 0 = 𝐴 𝑶
  • 20. Solution: Transform to Reduced Row Echelon Form 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3 0 0 0 0 ⇒ 1 −2 0 0 8 8 0 7 7 0 0 0 3 −4 −8 16 −4 11 7 −7 0 0 0 0 ⇒ 1 −2 0 0 1 1 0 0 0 0 0 0 3 −4 −1 2 3 −3 7 −7 0 0 0 0 ⇒ 1 −2 0 0 1 1 0 0 0 0 0 0 3 −4 −1 2 1 −1 0 0 0 0 0 0 ⇒ 1 0 2 0 1 1 0 0 0 0 0 0 1 0 −1 2 1 −1 0 0 0 0 0 0 ⇒ 1 0 2 0 1 1 0 0 0 0 0 0 0 1 0 1 1 −1 0 0 0 0 0 0
  • 21. Solution: Reduced Row Echelon Form: 𝐵 = 1 0 2 0 1 1 0 0 0 0 0 0 0 1 0 1 1 −1 0 0 0 0 0 0
  • 22. Solution: Since the leading 1’s occur in columns 1, 2, and 4, we conclude that the first, second, and fourth columns of A form a basis for the column space of A. That is, 1 3 2 −1 , −2 2 3 2 , 3 1 2 4 is a basis for the column space of A. The column rank of A is 3.
  • 23. Figure this out! Given the matrix 𝐴: 𝐴 = 1 −2 0 3 2 8 2 3 7 −1 2 0 3 −4 1 4 2 3 4 −3 The row rank of 𝐴 is 3 and the column rank of 𝐴 is 3. 𝑟𝑜𝑤 𝑟𝑎𝑛𝑘 𝑜𝑓 𝐴 = 𝑐𝑜𝑙𝑢𝑚𝑛 𝑟𝑎𝑛𝑘 𝑜𝑓 𝐴.
  • 24. Rank of a Matrix 𝑇ℎ𝑒 𝑟𝑜𝑤 𝑟𝑎𝑛𝑘 𝑎𝑛𝑑 𝑐𝑜𝑙𝑢𝑚𝑛 𝑟𝑎𝑛𝑘 𝑜𝑓 𝑎𝑛 𝑚 𝑥 𝑛 𝑚𝑎𝑡𝑟𝑖𝑥 𝐴 = 𝑎𝑖𝑗 𝑎𝑟𝑒 𝑒𝑞𝑢𝑎𝑙. Since the row and column ranks of a matrix are equal, we now merely refer to the rank of a matrix, or 𝒓𝒂𝒏𝒌 (𝑨).
  • 25. Rank of a Matrix › The common dimension of the row and column space of a matrix A is called the rank of A and is denoted by 𝑟𝑎𝑛𝑘(𝐴); › The rank of 𝐴 is the number of pivots or leading coefficients in the echelon form. In fact, the pivot columns (i.e., the columns with pivots in them) are linearly independent.
  • 26. Example 3: Find the rank of Matrix A. 𝐴 = 1 2 3 4 5 6 7 8 9 . Solution: 1 2 3 4 5 6 7 8 9 0 0 0 ⇒ 1 2 3 0 −3 −6 0 −6 −12 0 0 0 ⇒ 1 0 −1 0 1 2 0 0 0 0 0 0 ∴ 𝒓𝒂𝒏𝒌 𝑨 = 𝟐
  • 27. Nullity of a Matrix
  • 28. Nullity of a Matrix › The dimension of the null space of 𝐴 is called the nullity of A and is denoted by 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴). 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = dim(𝑁 𝐴 ) › It is easier to find the nullity than to find the null space. This is because the number of free variables (in the solved equations) equals the nullity of A.
  • 29. Basic (Leading) and Free Variables › A variable is a basic variable if it corresponds to a pivot column. Otherwise, the variable is known as a free variable. In order to determine which variables are basic and which are free, it is necessary to row reduce the augmented matrix to echelon form.
  • 30. Basic (Leading) and Free Variables › Example: 𝑥1 + 2𝑥2 − 𝑥3 = 4 2𝑥1 − 4𝑥2 = 5 Augmented Matrix: 1 2 −1 2 −4 0 4 5 1 2 −1 0 −8 2 4 −3 1 2 −1 0 1 −1/4 4 3/8 1 0 −1/2 0 1 −1/4 13/4 3/8 𝒙𝟏 𝒙𝟐 𝒙𝟑 Pivot Columns (because of pivot elements) Basic (Leading) Variables: 𝑥1, 𝑥2
  • 31. Basic (Leading) and Free Variables › Example: 𝑥1 + 2𝑥2 − 𝑥3 = 4 2𝑥1 − 4𝑥2 = 5 Augmented Matrix: 1 2 −1 2 −4 0 4 5 1 2 −1 0 −8 2 4 −3 1 2 −1 0 1 −1/4 4 3/8 1 0 −1/2 0 1 −1/4 13/4 3/8 𝒙𝟏 𝒙𝟐 𝒙𝟑 Non-Pivot Column Free Variables: 𝑥3
  • 32. Example 4: Using Matrix A in Example 3. Find the 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴). 𝐴 = 1 2 3 4 5 6 7 8 9 . Solution: 1 2 3 4 5 6 7 8 9 0 0 0 ⇒ 1 2 3 0 −3 −6 0 −6 −12 0 0 0 ⇒ 1 0 −1 0 1 2 0 0 0 0 0 0 ∴ 𝒏𝒖𝒍𝒍𝒊𝒕𝒚 𝑨 = 𝟏
  • 33. Example 5 › Find a basis for the null space of 𝐴. Then, determine the nullity of 𝐴, 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 (𝐴). 𝐴 = −1 2 0 3 −7 2 2 −5 2 4 −9 2 4 5 −3 0 1 4 4 6 1 −4 −4 7
  • 34. Solution › The reduced row-echelon form of A is 1 0 −4 0 1 −2 0 0 0 0 0 0 −28 −37 13 −12 −16 5 0 0 0 0 0 0 0 0 0 0
  • 35. Solution 1 0 −4 0 1 −2 0 0 0 0 0 0 −28 −37 13 −12 −16 5 0 0 0 0 0 0 0 0 0 0 The corresponding system of equations will be 𝑥1 − 4𝑥3 − 28𝑥4 − 37𝑥5 + 13𝑥6 = 0 𝑥2 − 2𝑥3 − 12𝑥4 − 16𝑥5 + 5𝑥6 = 0.
  • 36. 𝑥1 − 4𝑥3 − 28𝑥4 − 37𝑥5 + 13𝑥6 = 0 𝑥2 − 2𝑥3 − 12𝑥4 − 16𝑥5 + 5𝑥6 = 0. There are four free variables; It follows that the general solution of the system is 𝑥3 = 𝑟; 𝑥4 = 𝑠; 𝑥5 = 𝑡; 𝑥6 = 𝑢 𝑥1 = 4𝑟 + 28𝑠 + 37𝑡 − 13𝑢; 𝑥2 = 2𝑟 + 12𝑠 + 16𝑡 − 5𝑢; Or 𝑥1 𝑥2 𝑥3 𝑥4 𝑥5 𝑥6 = r 4 2 1 0 0 0 + s 28 12 0 1 0 0 + t 37 16 0 0 1 0 + 𝑢 −13 −5 0 0 0 1
  • 37. Thus, 4 2 1 0 0 0 , 28 12 0 1 0 0 , 37 16 0 0 1 0 , −13 −5 0 0 0 1 forms the basis for the null space of 𝐴. The 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 4.
  • 38. Dimension Theorem for Matrices › If A is a matrix with 𝑛 columns, then 𝑟𝑎𝑛𝑘 𝐴 + 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛. Proof: If 𝐴 is an 𝑚 𝑥 𝑛 matrix, the nullity of 𝐴 is the dimension of the null space of 𝐴, that is, the dimension of the solution space of 𝐴𝒙 = 𝟎. If 𝐴 is transformed to a matrix 𝐵 in reduced row echelon form having 𝑟 nonzero rows, then we know that the dimension of the solution space of 𝐴𝒙 = 𝟎 is 𝑛 − 𝑟. Since 𝑟 is also the rank of 𝐴, then, 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛 − 𝑟𝑎𝑛𝑘 𝐴 𝑟𝑎𝑛𝑘 𝐴 + 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 = 𝑛.
  • 39. The Sum of Rank and Nullity Example: 𝐴 = 1 1 1 2 3 4 1 5 Solution: Clearly, by inspection, the rows of A are linearly independent. Therefore the rank of A is 2. Since (rank of A) + (nullity of A) = 4, it follows that the nullity of A is 2. Reduced Row Echelon Form: 1 1 2 3 1 1 4 5 0 0 1 1 0 1 1 1 2 3 0 0
  • 41. Fundamental Matrix Spaces (Fundamental Subspaces) Let 𝐴 be an 𝑚 𝑥 𝑛 matrix. › Row Space of 𝑨, Row Space of 𝐴𝑇 › Column Space of 𝑨, Column Space of 𝐴𝑇 . › Null Space of 𝑨, Null Space of 𝑨𝑻 Row Space of 𝐴 = Column Space of 𝐴𝑇 Column Space of 𝐴 = Row Space of 𝐴𝑇
  • 42. Fundamental Matrix Spaces (Fundamental Subspaces) Let 𝐴 be an 𝑚 𝑥 𝑛 matrix. – Row Space of 𝑨 – Column Space of 𝑨 – Null Space of 𝑨 – Null Space of 𝑨𝑻 `Fundamental Space Dimension Row Space of 𝐴 𝑟 Column Space of 𝐴 𝑟 Null Space of 𝐴 𝑛 − 𝑟 Null Space of 𝐴𝑇 𝑚 − 𝑟
  • 44. Exercises 1. Find a basis for the null space of matrix 𝐴. Then, determine 𝑟𝑎𝑛𝑘 𝐴 and 𝑛𝑢𝑙𝑙𝑖𝑡𝑦 𝐴 . 𝐴 = 1 1 4 0 1 2 0 0 0 1 −1 0 2 1 6 1 2 1 1 1 2 0 2 0 1
  • 45. References Kolman, B., & Hill, D. R. (2000). Elementary Linear Algebra. New Jersey: Prentice-Hall, Inc. Chu, W.-T. (2011, November 14). Lecture 16:4.8 Rank, Nullity, and the Fundamental Matrix Spaces. Lecture 18: Rank and Nullity of a Matrix. (n.d.).