SlideShare a Scribd company logo
1 of 25
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

Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Asad Ali
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptxKalirajMariappan
 
Methods of successive over relaxation
Methods of successive over relaxationMethods of successive over relaxation
Methods of successive over relaxationKhushdil Ahmad
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equationsZunAib Ali
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices SlidesMatthew Leingang
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first ordervishalgohel12195
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applicationsPratik Gadhiya
 
3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variablesmorrobea
 
Systems of Equations by Elimination
Systems of Equations by EliminationSystems of Equations by Elimination
Systems of Equations by Eliminationmelissabarnhart
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONDhrupal Patel
 
linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian eliminationAju Thadikulangara
 
6.1 system of linear equations and matrices
6.1 system of linear equations and matrices6.1 system of linear equations and matrices
6.1 system of linear equations and matricesmath260
 
Lu Decomposition
Lu DecompositionLu Decomposition
Lu DecompositionMdAlAmin187
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsMuhammadAliSiddique1
 
Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsMeenakshisundaram N
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 

What's hot (20)

Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2Numerical Analysis (Solution of Non-Linear Equations) part 2
Numerical Analysis (Solution of Non-Linear Equations) part 2
 
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptxSet Theory - Unit -II (Mathematical Foundation  Of  Computer Science).pptx
Set Theory - Unit -II (Mathematical Foundation Of Computer Science).pptx
 
Methods of successive over relaxation
Methods of successive over relaxationMethods of successive over relaxation
Methods of successive over relaxation
 
Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equations
 
Lesson02 Vectors And Matrices Slides
Lesson02   Vectors And Matrices SlidesLesson02   Vectors And Matrices Slides
Lesson02 Vectors And Matrices Slides
 
Differential equations of first order
Differential equations of first orderDifferential equations of first order
Differential equations of first order
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applications
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables3.5 solving systems of equations in three variables
3.5 solving systems of equations in three variables
 
Systems of Equations by Elimination
Systems of Equations by EliminationSystems of Equations by Elimination
Systems of Equations by Elimination
 
Ch4
Ch4Ch4
Ch4
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATION
 
linear equation and gaussian elimination
linear equation and gaussian eliminationlinear equation and gaussian elimination
linear equation and gaussian elimination
 
6.1 system of linear equations and matrices
6.1 system of linear equations and matrices6.1 system of linear equations and matrices
6.1 system of linear equations and matrices
 
Lu Decomposition
Lu DecompositionLu Decomposition
Lu Decomposition
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial Fractions
 
CRAMER’S RULE
CRAMER’S RULECRAMER’S RULE
CRAMER’S RULE
 
Numerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential EquationsNumerical Solution of Ordinary Differential Equations
Numerical Solution of Ordinary Differential Equations
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 

Similar to Gauss Jorden and Gauss Elimination method.pptx

Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian eliminationAwais 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 equationsssuser53ee01
 
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
 
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 MethodsRai University
 
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 MethodsJanki Shah
 
Directs Methods
Directs MethodsDirects Methods
Directs MethodsUIS
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfRahulUkhande
 
LINEAR EQUATION.pptx
LINEAR EQUATION.pptxLINEAR EQUATION.pptx
LINEAR EQUATION.pptxSarabanTahora
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodMeet Nayak
 

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
 
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
 
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
 
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 jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

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