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

Linear Combination, Span And Linearly Independent, Dependent Set
Linear Combination, Span And Linearly Independent, Dependent SetLinear Combination, Span And Linearly Independent, Dependent Set
Linear Combination, Span And Linearly Independent, Dependent SetDhaval Shukla
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityMatthew Leingang
 
Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Viraj Patel
 
Laplace Distribution | Statistics
Laplace Distribution | StatisticsLaplace Distribution | Statistics
Laplace Distribution | StatisticsTransweb Global Inc
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 
Higher Differential Equation
Higher Differential EquationHigher Differential Equation
Higher Differential Equationgtuautonomous
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theoremRonak Machhi
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
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
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transformsKarnav Rana
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex planeAmit Amola
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equationPratik Sudra
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectorsRiddhi Patel
 
lagrange interpolation
lagrange interpolationlagrange interpolation
lagrange interpolationayush raj
 
Eigenvalue problems .ppt
Eigenvalue problems .pptEigenvalue problems .ppt
Eigenvalue problems .pptSelf-employed
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & DimensionManikanta satyala
 

What's hot (20)

Linear Combination, Span And Linearly Independent, Dependent Set
Linear Combination, Span And Linearly Independent, Dependent SetLinear Combination, Span And Linearly Independent, Dependent Set
Linear Combination, Span And Linearly Independent, Dependent Set
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Lesson 11: Limits and Continuity
Lesson 11: Limits and ContinuityLesson 11: Limits and Continuity
Lesson 11: Limits and Continuity
 
Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations
 
Laplace Distribution | Statistics
Laplace Distribution | StatisticsLaplace Distribution | Statistics
Laplace Distribution | Statistics
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Higher Differential Equation
Higher Differential EquationHigher Differential Equation
Higher Differential Equation
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theorem
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
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...
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex plane
 
Analytical geometry
Analytical geometryAnalytical geometry
Analytical geometry
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equation
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
 
lagrange interpolation
lagrange interpolationlagrange interpolation
lagrange interpolation
 
Binomial
BinomialBinomial
Binomial
 
Eigenvalue problems .ppt
Eigenvalue problems .pptEigenvalue problems .ppt
Eigenvalue problems .ppt
 
Linear algebra-Basis & Dimension
Linear algebra-Basis & DimensionLinear algebra-Basis & Dimension
Linear algebra-Basis & Dimension
 

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
 
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
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
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
 
1539 graphs linear equations and functions
1539 graphs linear equations and functions1539 graphs linear equations and functions
1539 graphs linear equations and functions
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
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

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
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
 
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
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactisticshameyhk98
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
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
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsNbelano25
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 

Recently uploaded (20)

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
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.
 
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...
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
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...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
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
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.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.).