SlideShare a Scribd company logo
Gauss Jorden and
Gauss Elimination method
TO SOLVE SYSTEM OF LINEAR EQUATIONS
Define and History
ALI SHAN 19011598-044
System of linear equation
 If all equations in a system are linear, the
system is a system of linear equation or
linear system.
Example:
2y + z = -8
x -2y -3z = 0
-x+y+2z = 3
 There are two methods to solve these equations:
Direct and Iterative method
Gauss Elimination
 Define:-
It is also known as row reduction, is an algorithm in linear algebra for solving
a system of linear equations. It is usually understood as a sequence of operations
performed on the corresponding matrix of coefficients.
This method can also be used to find the rank of a matrix, to calculate the determinant of
a matrix, and to calculate the inverse of an invertible square matrix.
 History :-
The method is named after Carl Friedrich Gauss (1777–1855). Some special cases of
the method - albeit presented without proof - were known to Chinese mathematicians as
early as circa 179 CE.
Gauss Jorden Elimination
 Gauss–Jordan elimination to refer to the procedure which ends in reduced echelon
form. The name is used because it is a variation of Gaussian elimination as described
by Wilhelm Jordan in 1888.
 It is a further calculation of gauss elimination method.
 For Guass elimination: [A]=
1 ∗ ∗
0 1 ∗
0 0 1
∗
∗
∗
 For guass Jordan Elimination: [A]=
1 0 0
0 1 0
0 0 1
∗
∗
∗
Why we need these methods?
 It is usually understood as a sequence of operations performed on the
corresponding matrix of coefficients. This method can also be used to
find the rank of a matrix, to calculate the determinant of a matrix, and
to calculate the inverse of an invertible square matrix.
 Gaussian Elimination helps to put a matrix in row echelon form,
while Gauss-Jordan Elimination puts a matrix in reduced row echelon
form. For small systems (or by hand), it is usually more convenient to
use Gauss-Jordan elimination and explicitly solve for each variable
represented in the matrix system.
Techniques of Gauss
Elimination and GaussJorden
method
RAMEEN IFTIKHAR 19011598-042
Guass Elimination method
 First consider the system of linear equations as;
AX=B
a11x1+ a12x2+ a13x3= b1
a21x1+ a22x2+ a23x3= b2
a31x1+ a32x2+ a33x3= b3
 Find the augmented matric for the given system of equations as;
C=[A;B]
C=
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
𝑏1
𝑏2
𝑏3
 Use row operation to transform the augmented matrix into the Row Echelon Form.
 An elementary row operation is;
 Interchange the two rows.
 Multiply a row by non-zero constant.
 Add a multiple of the row to another row.
 Now check the resulting matrix and re-interpret it as a system of linear
equations.
 The resulting matrix will be;
1 𝑎12 𝑎13
0 1 𝑎23
0 0 1
𝑏1
𝑏2
𝑏3
 Find the solution of the equations by interpreting the equations.
Guass Jordan method
 First consider the system of linear equations as;
AX=B
a11x1+ a12x2+ a13x3= b1
a21x1+ a22x2+ a23x3= b2
a31x1+ a32x2+ a33x3= b3
 Find the augmented matric for the given system of equations as;
C=[A;B]
C=
𝑎11 𝑎12 𝑎13
𝑎21 𝑎22 𝑎23
𝑎31 𝑎32 𝑎33
𝑏1
𝑏2
𝑏3
 Use row operation to transform the augmented matrix into the Reduced Row
Echelon Form.
 An elementary row operation is;
 Interchange the two rows.
 Multiply a row by non-zero constant.
 Add a multiple of the row to another row.
 Now check the resulting matrix and re-interpret it as a system of linear
equations.
 The resulting matrix will be;
1 0 0
0 1 0
0 0 1
𝑏1
𝑏2
𝑏3
 Find the solution of the equations.
Examples of Gauss
Elimination method
AHSAN MEHBOOB 19011598-023
EXAMPLE.1:
The equation is:
x−y+z=8
x+3y−z=−2
3x−2y−9z=9
In augmented form
=
1 −1 1
1 3 −1
3 −2 −9
8
−2
9
=
1 −1 1
0 5 −3
0 1 −12
8
−18
−15
−2R1+R2=R2 and −3R1+R3=R3
1 ∗ ∗
0 1 ∗
0 0 1
∗
∗
∗
=
1 −1 1
0 1 −12
0 5 −3
8
−15
−18
Interchange R2 and R3
=
1 −1 1
0 1 −12
0 0 57
8
−15
57
−5R2+R3=R3
=
1 −1 1
0 1 −12
0 0 1
8
−15
1
−1/57R3=R3
Using back-substitution to get the values:
Z=1
x−y+z=8
y−12z=−15
Hence
The solution set is (4,-3,1)
Example.2:
 The linear equation is:
2x+3y+2z=-3
x+y+z=0
-x+2y-3z=-1
Solution:
In augmented form=
2 3 2
1 1 1
−1 2 −3
−3
0
−1
=
1 1 1
2 3 2
−1 2 −3
0
−3
−1
Interchanging R1 and R2
=
1 1 1
0 1 0
0 3 −2
0
−3
−1
R2=-2R1+R2 & R3=R1+R3
=
1 1 1
0 1 0
0 0 −2
0
−3
8
R3=-3R2+R3
=
1 1 1
0 1 0
0 0 1
0
−3
−4
R3=-
1
2
R3
Here
z=-4
y=-3
x+y+z=0
X-3-4=0
X=7
S.S={(7,-3,-4)}
Examples of Gauss Jordan
Elimination method
AMINA ZUBAIR 19011598-035
Example.1:
 1.Solve the system of linear equations by using Gauss-Jordan Eliminating Method:
2y + z = -8
x -2y -3z = 0
-x+y+2z = 3
Solution:
The augmented matrix of the system is:
0 2 1
1 −2 −3
−1 1 2
−8
0
3
Interchanging R1 and R2
1 −2 −3
0 2 1
−1 1 2
0
−8
3
R3=R3+R1
1 −2 −3
0 2 1
0 −1 −1
0
−8
3
Interchanging R2 and R3
1 −2 −3
0 −1 −1
0 2 1
0
3
−8
R3=R3+2R2
1 −2 −3
0 −1 −1
0 0 −1
0
3
−2
R1=R1-2R2
1 0 −1
0 −1 −1
0 0 −1
−6
3
−2
R2=R2-R3 & R1=R1-R3
1 0 0
0 −1 0
0 0 −1
−4
5
−2
Multiple R2&R3 both by (-1)
1 0 0
0 1 0
0 0 1
−4
−5
2
Therefore x=-4,y=-5&z=2.
Thus the solution of the given equations is (-4,-5,2)
Example.2:
 2.Solve the system of linear equations by using Gauss-Jordan Eliminating Method:
x+ y + z = 2
6x -4y+5z = 31
5x+2y+2z=13
Solution:
The augmented matrix of the system is:
1 1 1
6 −4 5
5 2 2
2
31
13
R2=R2-6R1
1 1 1
0 −10 −1
5 2 2
2
19
13
R3=R3-5R1
1 1 1
0 −10 −1
0 −3 −3
2
19
3
R2=R2/-10
1 1 1
0 1 1
10
0 −3 −3
2
−19
10
3
R1=R1-R2
1 0 9
10
0 1 1
10
0 −3 −3
39
10
−19
10
3
R3=R3+3R2
1 0 9
10
0 1 1
10
0 0 −27
10
39
10
−19
10
−27
10
R3=-(10/27)R3
1 0 9
10
0 1 1
10
0 0 1
39
10
−19
10
1
R1=R1-(9/10)R3
1 0 0
0 1 1
10
0 0 1
3
−19
10
1
R2=R2-(1/10)R3
1 0 0
0 1 0
0 0 1
3
−2
1
Therefore x=3,y=-2&z=1.
Thus the solution of the given equations
x+ y + z = 2
6x -4y+5z = 31
5x+2y+2z=13
Are
x=3
y=-2
z=1.
Applications
Applications:
 Computing determinants
By using row operations of Gaussian elimination we can find out the determinant
of any square matrix
 Finding the inverse of a matrix
A variant of Gaussian elimination called Gauss–Jordan elimination can be used for
finding the inverse of a matrix.
 Computing ranks and bases
Thanks for all
HAVE A NICE DAY

More Related Content

What's hot

Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
Dheeraj Kataria
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equation
Student
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Janki Shah
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
Meet Nayak
 
linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian elimination
Aju Thadikulangara
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slides
AmanSaeed11
 
Jacobi method
Jacobi methodJacobi method
Jacobi method
Grishma Maravia
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
dmidgette
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectors
Jaydev Kishnani
 
Numerical
NumericalNumerical
Numerical1821986
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
Juwileene Soriano
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matricesStudent
 
GAUSS ELIMINATION METHOD
 GAUSS ELIMINATION METHOD GAUSS ELIMINATION METHOD
GAUSS ELIMINATION METHOD
reach2arkaELECTRICAL
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
gandhinagar
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)
krishnapriya R
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
gandhinagar
 

What's hot (20)

Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equation
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
 
Systems of linear equations; matrices
Systems of linear equations; matricesSystems of linear equations; matrices
Systems of linear equations; matrices
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
 
linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian elimination
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slides
 
Jacobi method
Jacobi methodJacobi method
Jacobi method
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectors
 
Numerical
NumericalNumerical
Numerical
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
systems of linear equations & matrices
systems of linear equations & matricessystems of linear equations & matrices
systems of linear equations & matrices
 
GAUSS ELIMINATION METHOD
 GAUSS ELIMINATION METHOD GAUSS ELIMINATION METHOD
GAUSS ELIMINATION METHOD
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 

Similar to Gauss Jorden and Gauss Elimination method.pptx

demo attachment
demo attachmentdemo attachment
demo attachment
Subhankar Paul
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
tesfahun meshesha
 
Nmsa 170900713008
Nmsa 170900713008Nmsa 170900713008
Nmsa 170900713008
Bhavya Patel
 
GATE Engineering Maths : System of Linear Equations
GATE Engineering Maths : System of Linear EquationsGATE Engineering Maths : System of Linear Equations
GATE Engineering Maths : System of Linear Equations
ParthDave57
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian elimination
Awais Qureshi
 
Chapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equationsChapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equations
ssuser53ee01
 
Gaussian
GaussianGaussian
Gaussian
Eng Ansam Hadi
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
CHAPTER 3 numer.pdf
CHAPTER 3 numer.pdfCHAPTER 3 numer.pdf
CHAPTER 3 numer.pdf
kefiyalewkunta1
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
Rai University
 
Correlation & regression
Correlation & regression Correlation & regression
Correlation & regression
Unitedworld School Of Business
 
Directs Methods
Directs MethodsDirects Methods
Directs MethodsUIS
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdf
RahulUkhande
 
LINEAR EQUATION.pptx
LINEAR EQUATION.pptxLINEAR EQUATION.pptx
LINEAR EQUATION.pptx
SarabanTahora
 
Gauss y gauss jordan
Gauss y gauss jordanGauss y gauss jordan
Gauss y gauss jordanjonathann89
 

Similar to Gauss Jorden and Gauss Elimination method.pptx (20)

demo attachment
demo attachmentdemo attachment
demo attachment
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Nmsa 170900713008
Nmsa 170900713008Nmsa 170900713008
Nmsa 170900713008
 
GATE Engineering Maths : System of Linear Equations
GATE Engineering Maths : System of Linear EquationsGATE Engineering Maths : System of Linear Equations
GATE Engineering Maths : System of Linear Equations
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian elimination
 
Chapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equationsChapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equations
 
Gaussian
GaussianGaussian
Gaussian
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
System of equations
System of equationsSystem of equations
System of equations
 
CHAPTER 3 numer.pdf
CHAPTER 3 numer.pdfCHAPTER 3 numer.pdf
CHAPTER 3 numer.pdf
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
 
Correlation & regression uwsb
Correlation & regression   uwsbCorrelation & regression   uwsb
Correlation & regression uwsb
 
Correlation & regression
Correlation & regression Correlation & regression
Correlation & regression
 
Directs Methods
Directs MethodsDirects Methods
Directs Methods
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdf
 
LINEAR EQUATION.pptx
LINEAR EQUATION.pptxLINEAR EQUATION.pptx
LINEAR EQUATION.pptx
 
Gauss y gauss jordan
Gauss y gauss jordanGauss y gauss jordan
Gauss y gauss jordan
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 

Gauss Jorden and Gauss Elimination method.pptx

  • 1. Gauss Jorden and Gauss Elimination method TO SOLVE SYSTEM OF LINEAR EQUATIONS
  • 2. Define and History ALI SHAN 19011598-044
  • 3. System of linear equation  If all equations in a system are linear, the system is a system of linear equation or linear system. Example: 2y + z = -8 x -2y -3z = 0 -x+y+2z = 3  There are two methods to solve these equations: Direct and Iterative method
  • 4. Gauss Elimination  Define:- It is also known as row reduction, is an algorithm in linear algebra for solving a system of linear equations. It is usually understood as a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix.  History :- The method is named after Carl Friedrich Gauss (1777–1855). Some special cases of the method - albeit presented without proof - were known to Chinese mathematicians as early as circa 179 CE.
  • 5. Gauss Jorden Elimination  Gauss–Jordan elimination to refer to the procedure which ends in reduced echelon form. The name is used because it is a variation of Gaussian elimination as described by Wilhelm Jordan in 1888.  It is a further calculation of gauss elimination method.  For Guass elimination: [A]= 1 ∗ ∗ 0 1 ∗ 0 0 1 ∗ ∗ ∗  For guass Jordan Elimination: [A]= 1 0 0 0 1 0 0 0 1 ∗ ∗ ∗
  • 6. Why we need these methods?  It is usually understood as a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix.  Gaussian Elimination helps to put a matrix in row echelon form, while Gauss-Jordan Elimination puts a matrix in reduced row echelon form. For small systems (or by hand), it is usually more convenient to use Gauss-Jordan elimination and explicitly solve for each variable represented in the matrix system.
  • 7. Techniques of Gauss Elimination and GaussJorden method RAMEEN IFTIKHAR 19011598-042
  • 8. Guass Elimination method  First consider the system of linear equations as; AX=B a11x1+ a12x2+ a13x3= b1 a21x1+ a22x2+ a23x3= b2 a31x1+ a32x2+ a33x3= b3  Find the augmented matric for the given system of equations as; C=[A;B] C= 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 𝑏1 𝑏2 𝑏3  Use row operation to transform the augmented matrix into the Row Echelon Form.
  • 9.  An elementary row operation is;  Interchange the two rows.  Multiply a row by non-zero constant.  Add a multiple of the row to another row.  Now check the resulting matrix and re-interpret it as a system of linear equations.  The resulting matrix will be; 1 𝑎12 𝑎13 0 1 𝑎23 0 0 1 𝑏1 𝑏2 𝑏3  Find the solution of the equations by interpreting the equations.
  • 10. Guass Jordan method  First consider the system of linear equations as; AX=B a11x1+ a12x2+ a13x3= b1 a21x1+ a22x2+ a23x3= b2 a31x1+ a32x2+ a33x3= b3  Find the augmented matric for the given system of equations as; C=[A;B] C= 𝑎11 𝑎12 𝑎13 𝑎21 𝑎22 𝑎23 𝑎31 𝑎32 𝑎33 𝑏1 𝑏2 𝑏3  Use row operation to transform the augmented matrix into the Reduced Row Echelon Form.
  • 11.  An elementary row operation is;  Interchange the two rows.  Multiply a row by non-zero constant.  Add a multiple of the row to another row.  Now check the resulting matrix and re-interpret it as a system of linear equations.  The resulting matrix will be; 1 0 0 0 1 0 0 0 1 𝑏1 𝑏2 𝑏3  Find the solution of the equations.
  • 12. Examples of Gauss Elimination method AHSAN MEHBOOB 19011598-023
  • 13. EXAMPLE.1: The equation is: x−y+z=8 x+3y−z=−2 3x−2y−9z=9 In augmented form = 1 −1 1 1 3 −1 3 −2 −9 8 −2 9 = 1 −1 1 0 5 −3 0 1 −12 8 −18 −15 −2R1+R2=R2 and −3R1+R3=R3 1 ∗ ∗ 0 1 ∗ 0 0 1 ∗ ∗ ∗
  • 14. = 1 −1 1 0 1 −12 0 5 −3 8 −15 −18 Interchange R2 and R3 = 1 −1 1 0 1 −12 0 0 57 8 −15 57 −5R2+R3=R3 = 1 −1 1 0 1 −12 0 0 1 8 −15 1 −1/57R3=R3 Using back-substitution to get the values: Z=1 x−y+z=8 y−12z=−15 Hence The solution set is (4,-3,1)
  • 15. Example.2:  The linear equation is: 2x+3y+2z=-3 x+y+z=0 -x+2y-3z=-1 Solution: In augmented form= 2 3 2 1 1 1 −1 2 −3 −3 0 −1 = 1 1 1 2 3 2 −1 2 −3 0 −3 −1 Interchanging R1 and R2
  • 16. = 1 1 1 0 1 0 0 3 −2 0 −3 −1 R2=-2R1+R2 & R3=R1+R3 = 1 1 1 0 1 0 0 0 −2 0 −3 8 R3=-3R2+R3 = 1 1 1 0 1 0 0 0 1 0 −3 −4 R3=- 1 2 R3 Here z=-4 y=-3 x+y+z=0 X-3-4=0 X=7 S.S={(7,-3,-4)}
  • 17. Examples of Gauss Jordan Elimination method AMINA ZUBAIR 19011598-035
  • 18. Example.1:  1.Solve the system of linear equations by using Gauss-Jordan Eliminating Method: 2y + z = -8 x -2y -3z = 0 -x+y+2z = 3 Solution: The augmented matrix of the system is: 0 2 1 1 −2 −3 −1 1 2 −8 0 3 Interchanging R1 and R2 1 −2 −3 0 2 1 −1 1 2 0 −8 3
  • 19. R3=R3+R1 1 −2 −3 0 2 1 0 −1 −1 0 −8 3 Interchanging R2 and R3 1 −2 −3 0 −1 −1 0 2 1 0 3 −8 R3=R3+2R2 1 −2 −3 0 −1 −1 0 0 −1 0 3 −2 R1=R1-2R2 1 0 −1 0 −1 −1 0 0 −1 −6 3 −2 R2=R2-R3 & R1=R1-R3 1 0 0 0 −1 0 0 0 −1 −4 5 −2 Multiple R2&R3 both by (-1) 1 0 0 0 1 0 0 0 1 −4 −5 2 Therefore x=-4,y=-5&z=2. Thus the solution of the given equations is (-4,-5,2)
  • 20. Example.2:  2.Solve the system of linear equations by using Gauss-Jordan Eliminating Method: x+ y + z = 2 6x -4y+5z = 31 5x+2y+2z=13 Solution: The augmented matrix of the system is: 1 1 1 6 −4 5 5 2 2 2 31 13 R2=R2-6R1 1 1 1 0 −10 −1 5 2 2 2 19 13
  • 21. R3=R3-5R1 1 1 1 0 −10 −1 0 −3 −3 2 19 3 R2=R2/-10 1 1 1 0 1 1 10 0 −3 −3 2 −19 10 3 R1=R1-R2 1 0 9 10 0 1 1 10 0 −3 −3 39 10 −19 10 3 R3=R3+3R2 1 0 9 10 0 1 1 10 0 0 −27 10 39 10 −19 10 −27 10 R3=-(10/27)R3 1 0 9 10 0 1 1 10 0 0 1 39 10 −19 10 1
  • 22. R1=R1-(9/10)R3 1 0 0 0 1 1 10 0 0 1 3 −19 10 1 R2=R2-(1/10)R3 1 0 0 0 1 0 0 0 1 3 −2 1 Therefore x=3,y=-2&z=1. Thus the solution of the given equations x+ y + z = 2 6x -4y+5z = 31 5x+2y+2z=13 Are x=3 y=-2 z=1.
  • 24. Applications:  Computing determinants By using row operations of Gaussian elimination we can find out the determinant of any square matrix  Finding the inverse of a matrix A variant of Gaussian elimination called Gauss–Jordan elimination can be used for finding the inverse of a matrix.  Computing ranks and bases
  • 25. Thanks for all HAVE A NICE DAY