SlideShare uma empresa Scribd logo
1 de 17
RANK OF A MATRIX 
(BY VARIOUS METHODS)
RANK OF A MATRIX 
Let A be any m n matrix. Then A consists of n column 
vectors a₁, a₂ ,....,a, which are m-vectors. 
DEFINTION: 
The rank of A is the maximal number of linearly 
independent column vectors in A, i.e. the maximal 
number of linearly independent vectors among {a₁, 
a₂,......, a}. 
If A = 0, then the rank of A is 0. 
We write rk(A) for the rank of A. Note that we may 
compute the rank of any matrix-square or not
Let us see how to compute 2 2 matrix: 
  
  
: 
EXAMPLE 
The rank of a 2 2 matrix A = is given by 
( ) 2 ad bc 0, since both column vectors are 
independent in this case. 
rk(A) = 1 if det(A) 
a b 
rk A if det A 
c d 
 
 
    
 
 
 
 
  
0 0 
= 0 but A 0 = ,since both column vectors 
0 0 
are not linearly independent, but there is a single column vector that is 
linearly independent (i.e. non-zero). 
rk(A) = 0 if A = 0 
  
   
  
 
RANK OF 2  2 MATRIX 
How do we compute rk(A) of m x n matrix?
COMPUTING RANK BY VARIOUS 
METHODS 
1. BY GAUSS ELIMINATION 
2. BY DETERMINANTS 
3. BY MINORS 
4. BY MORMAL FORM
1. USING GAUSS ELIMINATION 
GAUSS ELIMINATION: 
Use elementary row operations to reduce A to echelon form. The 
rank of A 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. 
Note that it is not necessary to and the reduced echelon form –any 
echelon form will do since only the pivots matter. 
POSSIBLE RANKS: 
Counting possible number of pivots, we see that rk(A) m and rk(A) n 
for any m n matrix A. 
 
EXAMPLE 
Gauss elimination: 
* Find the rank of a matrix 
 1 0 2 1 
 
  
  
  
  
A= 0 2 4 2 
0 2 2 1
SOLUTION: 
We use elementary row operations: 
1 0 2 1 1 0 2 1 
    
    
    
    
A= 0 2 4 2 0 2 4 2 
 
0 2 2 1 0 0 2 1 
  
Since the echelon form has pivots in the first three columns, 
A has rank, rk(A) = 3. The first three 
columns of A are linearly independent.
2. USING DETERMINANTS 
Definition: 
Let A be an m n matrix. A minor of A of order k is a 
determinant of a k X k sub-matrix of A. 
We obtain the minors of order k from A by first deleting m 
rows and n -k columns, and then computing the 
determinant. There are usually many minors of A of a give 
order. 
Example: 
Find the minors of order 3 of the matrix 
1 0 2 1 
  
  
  
  
  
A = 0 2 4 2 
0 2 2 1
EXAMPLE 
• COMPUTING MINORS: 
We obtain the determinants of order 3 by keeping all the 
rows and deleting one column from A. So there are four 
different minors of order 3. We compute one of them to 
illustrate: 
1 0 2 
A = 0 2 4 1( 4)+ 0 = 4 
   
0 2 2 
The minors of order 3 are called the maximal minors 
of A, since there are no 4 x 4 sub-matrices of A. There 
are 3.6 = 18 minors of order 2 and 3.4 = 12 minors of 
order 1.
3. USING MINORS 
Proposition: 
Let A be an m X n matrix. The rank of A is the maximal order of a 
non-zero minor of A. 
Idea of proof: 
If a minor of order k is non-zero, then the corresponding 
columns of A are linearly independent. 
Computing the rank: 
Start with the minors of maximal order k. If there is one that is non-zero, 
then rk(A) = k. If all maximal minors are zero, then rk(A) < k, and 
we continue with the minors of order k-1 and so on, until we and a 
minor that is non-zero. If all minors of order 1 (i.e. all entries in A) are 
zero, then rk(A) = 0.
RANK:EXAMPLES USING MINOR 
 EXAMPLE 1 
Find the rank of the matrix 
1 0 2 1 
  
  
  
  
  
A= 0 2 4 2 
0 2 2 1 
Solution: 
The maximal minors have order 3, and we found that the one obtained by 
deleting the last column is  4  0. Hence rk(A) 
= 3.
 EXAMPLE 2: 
Find the rank of the matrix 
 1 2 1  1 
 
  
  
  
  
A= 9 5 2 2 
7 1 0 4
Solution: 
The maximal minors have order 3, so we compute the 4 minors of order 3. 
The first one is 
1 2 1 
9 5 2 =7.(  1)+(  1).(  
7)=0 
7 1 0 
The other three are also zero. Since all minors of 
order 3 are zero, the 
rank must be rk(A) < 3. We continue to look at the minors of order two. 
The first one is 
1 2 
= 5 18 = 13 0 
9 5 
   
It is not necessary to compute any more minors, a 
nd we conclude that 
rk(A) = 2. In fact, the rst two columns of A are linearly independent.
4. USING NORMAL FORM 
NORMAL: A complex square matrix A is normal if 
A*A=AA* 
where A* is the conjugate transpose of A. That is, a 
matrix is normal if it commutes with its conjugate 
transpose. 
A matrix A with real entries satisfies A*=AT, and is 
therefore normal if ATA = AAT.
EXAMPLE: 
Find the rank of a matrix using normal form, 
2 3 4 5 
3 4 5 6 
A= 
  
  
  
 4 5 6 7 
 
  
 9 10 11 12 
 
Solution: 
Reduce the matrix to echelon form, 
2 3 4 5 1 0 0 0 
3 4 5 6 0 1 2 3 
4 5 6 7 0 0 0 0 
9 10 11 12 0 0 0 0 
    
    
       
    
    
   
Now,convert the reduced matrix to normal form by using row/column operations, 
1 0 0 0 1 0 0 0 
0 1 2 3 0 1 0 0 
0 0 0 0 0 0 0 0 
0 0 0 0 0 0 0 0 
1 0 0 0 
0 1 0 0 I 2 
0 
0 0 0 0 0 0 
0 0 0 0 
The 
    
    
       
    
    
    
  
  
           
  
  
given matrix is normal. 
Now the rank will be defined by the suffix of the identity matrix ie 2. 
rank(A)=2
Thank you!!

Mais conteúdo relacionado

Mais procurados

Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectorsAmit Singh
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxSystem of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxVinayKp11
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersZahid Ali
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and EigenvectorsVinod Srivastava
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equationPratik Sudra
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.pptRaj Parekh
 
Gaussian Elimination Method
Gaussian Elimination MethodGaussian Elimination Method
Gaussian Elimination MethodAndi Firdaus
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 

Mais procurados (20)

Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectors
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxSystem of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
 
Echelon forms
Echelon formsEchelon forms
Echelon forms
 
Echelon and reduced echelon form & Filters
Echelon and reduced echelon form & FiltersEchelon and reduced echelon form & Filters
Echelon and reduced echelon form & Filters
 
Roll's theorem
Roll's theoremRoll's theorem
Roll's theorem
 
Eigenvalues and Eigenvectors
Eigenvalues and EigenvectorsEigenvalues and Eigenvectors
Eigenvalues and Eigenvectors
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
Gauss jordan
Gauss jordanGauss jordan
Gauss jordan
 
Linear differential equation
Linear differential equationLinear differential equation
Linear differential equation
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
 
Matrix.
Matrix.Matrix.
Matrix.
 
Echelon Matrix
Echelon MatrixEchelon Matrix
Echelon Matrix
 
Diagonalization
DiagonalizationDiagonalization
Diagonalization
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
Gaussian Elimination Method
Gaussian Elimination MethodGaussian Elimination Method
Gaussian Elimination Method
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
MEAN VALUE THEOREM
MEAN VALUE THEOREMMEAN VALUE THEOREM
MEAN VALUE THEOREM
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 

Semelhante a rank of matrix

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
 
Rank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxRank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxfroilandoblon1
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Rai University
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theoremRonak Machhi
 
Chapter 3: Linear Systems and Matrices - Part 3/Slides
Chapter 3: Linear Systems and Matrices - Part 3/SlidesChapter 3: Linear Systems and Matrices - Part 3/Slides
Chapter 3: Linear Systems and Matrices - Part 3/SlidesChaimae Baroudi
 
Chapter 4: Vector Spaces - Part 4/Slides By Pearson
Chapter 4: Vector Spaces - Part 4/Slides By PearsonChapter 4: Vector Spaces - Part 4/Slides By Pearson
Chapter 4: Vector Spaces - Part 4/Slides By PearsonChaimae Baroudi
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)Ranjay Kumar
 
intruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxintruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxShaukatAliChaudhry1
 
matrix algebra
matrix algebramatrix algebra
matrix algebrakganu
 
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
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To MatrixAnnie Koh
 

Semelhante a rank of matrix (20)

Matrix ppt
Matrix pptMatrix ppt
Matrix ppt
 
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
 
saket.ppt
saket.pptsaket.ppt
saket.ppt
 
Rank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptxRank, Nullity, and Fundamental Matrix Spaces.pptx
Rank, Nullity, and Fundamental Matrix Spaces.pptx
 
Week3
Week3Week3
Week3
 
Matrices
MatricesMatrices
Matrices
 
APM.pdf
APM.pdfAPM.pdf
APM.pdf
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Null space, Rank and nullity theorem
Null space, Rank and nullity theoremNull space, Rank and nullity theorem
Null space, Rank and nullity theorem
 
Chapter 3: Linear Systems and Matrices - Part 3/Slides
Chapter 3: Linear Systems and Matrices - Part 3/SlidesChapter 3: Linear Systems and Matrices - Part 3/Slides
Chapter 3: Linear Systems and Matrices - Part 3/Slides
 
Chapter 4: Vector Spaces - Part 4/Slides By Pearson
Chapter 4: Vector Spaces - Part 4/Slides By PearsonChapter 4: Vector Spaces - Part 4/Slides By Pearson
Chapter 4: Vector Spaces - Part 4/Slides By Pearson
 
matricesMrtices
matricesMrticesmatricesMrtices
matricesMrtices
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
 
intruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptxintruduction to Matrix in discrete structures.pptx
intruduction to Matrix in discrete structures.pptx
 
Matrix_PPT.pptx
Matrix_PPT.pptxMatrix_PPT.pptx
Matrix_PPT.pptx
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
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...
 
Pertemuan 1 2
Pertemuan 1  2Pertemuan 1  2
Pertemuan 1 2
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To Matrix
 

Último

How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingAggregage
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...makika9823
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptxFinTech Belgium
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdfFinTech Belgium
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...Suhani Kapoor
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdfAdnet Communications
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfGale Pooley
 
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptx
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptxOAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptx
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptxhiddenlevers
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spiritegoetzinger
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdfAdnet Communications
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Pooja Nehwal
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designsegoetzinger
 
The Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfThe Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfGale Pooley
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure servicePooja Nehwal
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Roomdivyansh0kumar0
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Pooja Nehwal
 
Dividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptxDividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptxanshikagoel52
 

Último (20)

How Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of ReportingHow Automation is Driving Efficiency Through the Last Mile of Reporting
How Automation is Driving Efficiency Through the Last Mile of Reporting
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
 
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
Independent Lucknow Call Girls 8923113531WhatsApp Lucknow Call Girls make you...
 
03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx03_Emmanuel Ndiaye_Degroof Petercam.pptx
03_Emmanuel Ndiaye_Degroof Petercam.pptx
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
VIP Call Girls LB Nagar ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With Room...
 
20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf20240429 Calibre April 2024 Investor Presentation.pdf
20240429 Calibre April 2024 Investor Presentation.pdf
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdf
 
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptx
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptxOAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptx
OAT_RI_Ep19 WeighingTheRisks_Apr24_TheYellowMetal.pptx
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
The Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfThe Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdf
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130  Available With RoomVIP Kolkata Call Girl Serampore 👉 8250192130  Available With Room
VIP Kolkata Call Girl Serampore 👉 8250192130 Available With Room
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
 
Dividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptxDividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptx
 

rank of matrix

  • 1. RANK OF A MATRIX (BY VARIOUS METHODS)
  • 2. RANK OF A MATRIX Let A be any m n matrix. Then A consists of n column vectors a₁, a₂ ,....,a, which are m-vectors. DEFINTION: The rank of A is the maximal number of linearly independent column vectors in A, i.e. the maximal number of linearly independent vectors among {a₁, a₂,......, a}. If A = 0, then the rank of A is 0. We write rk(A) for the rank of A. Note that we may compute the rank of any matrix-square or not
  • 3. Let us see how to compute 2 2 matrix:     : EXAMPLE The rank of a 2 2 matrix A = is given by ( ) 2 ad bc 0, since both column vectors are independent in this case. rk(A) = 1 if det(A) a b rk A if det A c d             0 0 = 0 but A 0 = ,since both column vectors 0 0 are not linearly independent, but there is a single column vector that is linearly independent (i.e. non-zero). rk(A) = 0 if A = 0         RANK OF 2  2 MATRIX How do we compute rk(A) of m x n matrix?
  • 4. COMPUTING RANK BY VARIOUS METHODS 1. BY GAUSS ELIMINATION 2. BY DETERMINANTS 3. BY MINORS 4. BY MORMAL FORM
  • 5. 1. USING GAUSS ELIMINATION GAUSS ELIMINATION: Use elementary row operations to reduce A to echelon form. The rank of A 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. Note that it is not necessary to and the reduced echelon form –any echelon form will do since only the pivots matter. POSSIBLE RANKS: Counting possible number of pivots, we see that rk(A) m and rk(A) n for any m n matrix A.  
  • 6. EXAMPLE Gauss elimination: * Find the rank of a matrix  1 0 2 1          A= 0 2 4 2 0 2 2 1
  • 7. SOLUTION: We use elementary row operations: 1 0 2 1 1 0 2 1                 A= 0 2 4 2 0 2 4 2  0 2 2 1 0 0 2 1   Since the echelon form has pivots in the first three columns, A has rank, rk(A) = 3. The first three columns of A are linearly independent.
  • 8. 2. USING DETERMINANTS Definition: Let A be an m n matrix. A minor of A of order k is a determinant of a k X k sub-matrix of A. We obtain the minors of order k from A by first deleting m rows and n -k columns, and then computing the determinant. There are usually many minors of A of a give order. Example: Find the minors of order 3 of the matrix 1 0 2 1           A = 0 2 4 2 0 2 2 1
  • 9. EXAMPLE • COMPUTING MINORS: We obtain the determinants of order 3 by keeping all the rows and deleting one column from A. So there are four different minors of order 3. We compute one of them to illustrate: 1 0 2 A = 0 2 4 1( 4)+ 0 = 4    0 2 2 The minors of order 3 are called the maximal minors of A, since there are no 4 x 4 sub-matrices of A. There are 3.6 = 18 minors of order 2 and 3.4 = 12 minors of order 1.
  • 10. 3. USING MINORS Proposition: Let A be an m X n matrix. The rank of A is the maximal order of a non-zero minor of A. Idea of proof: If a minor of order k is non-zero, then the corresponding columns of A are linearly independent. Computing the rank: Start with the minors of maximal order k. If there is one that is non-zero, then rk(A) = k. If all maximal minors are zero, then rk(A) < k, and we continue with the minors of order k-1 and so on, until we and a minor that is non-zero. If all minors of order 1 (i.e. all entries in A) are zero, then rk(A) = 0.
  • 11. RANK:EXAMPLES USING MINOR  EXAMPLE 1 Find the rank of the matrix 1 0 2 1           A= 0 2 4 2 0 2 2 1 Solution: The maximal minors have order 3, and we found that the one obtained by deleting the last column is  4  0. Hence rk(A) = 3.
  • 12.  EXAMPLE 2: Find the rank of the matrix  1 2 1  1          A= 9 5 2 2 7 1 0 4
  • 13. Solution: The maximal minors have order 3, so we compute the 4 minors of order 3. The first one is 1 2 1 9 5 2 =7.(  1)+(  1).(  7)=0 7 1 0 The other three are also zero. Since all minors of order 3 are zero, the rank must be rk(A) < 3. We continue to look at the minors of order two. The first one is 1 2 = 5 18 = 13 0 9 5    It is not necessary to compute any more minors, a nd we conclude that rk(A) = 2. In fact, the rst two columns of A are linearly independent.
  • 14. 4. USING NORMAL FORM NORMAL: A complex square matrix A is normal if A*A=AA* where A* is the conjugate transpose of A. That is, a matrix is normal if it commutes with its conjugate transpose. A matrix A with real entries satisfies A*=AT, and is therefore normal if ATA = AAT.
  • 15. EXAMPLE: Find the rank of a matrix using normal form, 2 3 4 5 3 4 5 6 A=        4 5 6 7     9 10 11 12  Solution: Reduce the matrix to echelon form, 2 3 4 5 1 0 0 0 3 4 5 6 0 1 2 3 4 5 6 7 0 0 0 0 9 10 11 12 0 0 0 0                           
  • 16. Now,convert the reduced matrix to normal form by using row/column operations, 1 0 0 0 1 0 0 0 0 1 2 3 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 I 2 0 0 0 0 0 0 0 0 0 0 0 The                                               given matrix is normal. Now the rank will be defined by the suffix of the identity matrix ie 2. rank(A)=2