SlideShare ist ein Scribd-Unternehmen logo
1 von 32
1 
 Gauss – Jacobi Iteration Method 
 Gauss - Seidal Iteration Method
Iterative Method 
 Simultaneous linear algebraic equation occur in various fields of Science 
and Engineering. 
 We know that a given system of linear equation can be solved by 
applying Gauss Elimination Method and Gauss – Jordon Method. 
 But these method is sensitive to round off error. 
 In certain cases iterative method is used. 
 Iterative methods are those in which the solution is got by successive 
approximation. 
 Thus in an indirect method or iterative method, the amount of 
computation depends on the degree of accuracy required. 
2 
Introduction:
Iterative Method 
 Iterative methods such as the Gauss – Seidal method give the user 
control of the round off. 
 But this method of iteration is not applicable to all systems of equation. 
 In order that the iteration may succeed, each equation of the system 
must contain one large co-efficient. 
 The large co-efficient must be attached to a different unknown in that 
equation. 
 This requirement will be got when the large coefficients are along the 
leading diagonal of the coefficient matrix. 
 When the equation are in this form, they are solvable by the method of 
successive approximation. 
 Two iterative method - i) Gauss - Jacobi iteration method 
ii) Gauss - Seidal iteration method 
3 
Introduction (continued..)
Gauss – Jacobi Iteration Method: 
The first iterative technique is called the Jacobi method named after 
Carl Gustav Jacob Jacobi(1804- 1851). 
Two assumption made on Jacobi method: 
1)The system given by 
4 
 
a x  a x   a x  
b 
- - - - - - - - (1) 
11 1 12 2 1 n n 
1  
a x  a x   a x  
b 
n n 
21 1 22 2 2 2 
 
 
a x  a x   a x  
b 
n 1 1 n 2 2 
nn n n 
- - - - - - - - (2) 
- - - - - - - - (3) 
has a unique solution.
Gauss – Jacobi Iteration Method 
5 
Second assumption: 
3 7 13 76 1 2 3 x  x  x  
5 3 28 1 2 3 x  x  x  
12 3 0 1 1 2 3 x  x  x  
12 3 0 1 1 2 3 x  x  x  
5 3 28 1 2 3 x  x  x  
3 7 13 76 1 2 3 x  x  x 
Gauss– Jacobi Iteration Method 
6 
 
ij a a 
j  
1 
 
 
n 
j 
i 
ii
To begin the Jacobi method ,solve 
 
7 
Gauss– Jacobi Iteration Method 
 
a x  a x   a x  
b 
n n 
11 1 12 2 1 1 
 
a x  a x   a x  
b 
n n 
21 1 22 2 2 2 
 
 
a x  a x   a x  
b 
n 1 1 n 2 2 
nn n n
Gauss– Jacobi Iteration Method 
 
(7) 
8
Gauss– Jacobi Iteration Method 
 
8 
9
Gauss– Jacobi Iteration Method 
 
9 
10
11 
Gauss– Jacobi Iteration Method
Gauss– Jacobi Iteration Method 
12 
 
a x  a x   a x  
b 
- - - -(1) 
11 1 12 2 1 n n 
1  
a x  a x   a x  
b 
n n 
21 1 22 2 2 2 
 
 
a x  a x   a x  
b 
n 1 1 n 2 2 
nn n n 
- - - -(2) 
- - - -(3)
Gauss– Jacobi Iteration Method 
13
Gauss– Jacobi Iteration Method 
14
Gauss– Jacobi Iteration Method 
15
Gauss– Jacobi Iteration Method 
Solution: 
In the given equation , the largest co-efficient is attached to a 
different unknown. 
Checking the system is diagonally dominant . 
Here 
Then system of equation is diagonally dominant .so iteration method 
can be applied. 
16 
27 27 6 1 7 11 12 13 a    a  a   
Gauss– Jacobi Iteration Method 
From the given equation we have 
17 
85 6 2 3 
27 
1 
x x 
x 
  
 
72 6 2 1 3 
15 
2 
x x 
x 
  
 
110 1 2 
54 
3 
x x 
x 
  
 
(1)
Gauss– Jacobi Iteration Method 
18 
(1) 85  6(0)  
(0) 
1 
27 
x  
72 6(0) 2(0) 
(1)   
x  
15 
2 
(1)   
x  
110 (0) (0) 
54 
3 
=3.14815 
=4.8 
=2.03704 
First approximation
Gauss– Jacobi Iteration Method 
19
Gauss– Jacobi Iteration Method 
The results are tabulated 
20 
S.No Approximation 
(or) iteration 
1 0 0 0 0 
2 1 3.14815 4.8 2.03704 
3 2 2.15693 3.26913 1.88985 
4 3 2.49167 3.68525 1.93655 
5 4 2.40093 3.54513 1.92265 
6 5 2.43155 3.58327 1.92692 
7 6 2.42323 3.57046 1.92565 
8 7 2.42603 3.57395 1.92604 
9 8 2.42527 3.57278 1.92593 
10 9 2.42552 3.57310 1.92596 
11 10 2.42546 3.57300 1.92595
Gauss– Jacobi Iteration Method 
21
Gauss –Seidal Iteration Method 
 Modification of Gauss- Jacobi method, 
named after Carl Friedrich Gauss and Philipp Ludwig Von Seidal. 
 This method requires fewer iteration to produce the same degree 
of accuracy. 
 This method is almost identical with Gauss –Jacobi method except 
in considering the iteration equations. 
 The sufficient condition for convergence in the Gauss –Seidal 
method is that the system of equation must be strictly diagonally 
dominant 
22
Gauss –Seidal Iteration Method 
Consider a system of strictly diagonally dominant equation as 
23 
 
a x  a x   a x  
b 
n n 
11 1 12 2 1 1 
 
a x  a x   a x  
b 
n n 
21 1 22 2 2 2 
 
 
a x  a x   a x  
b 
n 1 1 n 2 2 
nn n n 
- - - - -(1) 
- - - - - (2) 
- - - - - (3)
Gauss –Seidal Iteration Method 
24
Gauss –Seidal Iteration Method 
 
25
Gauss –Seidal Iteration Method 
26 
The successive iteration are generated by the scheme called 
iteration formulae of Gauss –Seidal method are as 
The number of iterations k required depends upon the desired 
degree of accuracy
Gauss –Seidal Iteration Method 
Soln: From the given equation ,we have 
- - - - - - - (1) 
- - - - - - -(2) 
- - - - - - - (3) 
27 
85 6 2 3 
27 
1 
x x 
x 
  
 
72 6 2 1 3 
15 
2 
x x 
x 
  
 
110 1 2 
54 
3 
x x 
x 
  

Gauss –Seidal Iteration Method 
28 
1.91317 
85 6(0) (0) 
72 6(3.14815) 2(0) 
110 (3.14815) (5.54074) 
54 
(2) 
(1) 
(1) 
3 
 
  
x  
3.14815 
27 
1 
 
  
x  
3.54074 
15 
2 
 
  
x 
Gauss –Seidal Iteration Method 
1st Iteration: 
29 
1.91317 
(1) 
(1) 
(1) 
3 
3.54074 
2 
3.14815 
1 
 
 
 
x 
x 
x
Gauss –Seidal Iteration Method 
30 
For the second iteration, 
1.91317 
(1) 
(1) 
(1) 
3 
3.54074 
2 
3.14815 
1 
 
 
 
x 
x 
x 
2.43218 
(1) 
(2)  
27 
85 6 
(1) 
3 
2 
1 
  
 
x x 
x 
3.57204 
(2) 
72 6 2 
(2)  
15 
(1) 
3 
1 
2 
  
 
x x 
x 
1.92585 
(2) 
(2)  
54 
110 
(2) 
2 
1 
3 
  
 
x x 
x
Gauss –Seidal Iteration Method 
Thus the iteration is continued .The results are tabulated. 
S.No Iteration or 
approximation 
x i  ( , ,2,3..) 
x i i  i x i ( i  
i , ,2,3..) 
1 0 0 0 0 
2 1 3.14815 3.54074 1.91317 
3 2 2.43218 3.57204 1.92585 
4 3 2.42569 3.57294 1.92595 
5 4 2.42549 3.57301 1.92595 
6 5 2.42548 3.57301 1.92595 
31 
(i i, ,2,3..) 
1, 
2 
3 
4th and 5th iteration are practically the same to four places. 
So we stop iteration process. 
Ans: x  x  x  
1.9260 
3 
3.57301; 
2 
2.4255; 
1
Gauss –Seidal Iteration Method 
Comparison of Gauss elimination and Gauss- Seidal Iteration methods: 
 Gauss- Seidal iteration method converges only for special systems of 
equations. For some systems, elimination is the only course 
available. 
 The round off error is smaller in iteration methods. 
 Iteration is a self correcting method 
32

Weitere ähnliche Inhalte

Was ist angesagt?

Spline Interpolation
Spline InterpolationSpline Interpolation
Spline InterpolationaiQUANT
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian IntegrationReza Rahimi
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.pptRaj Parekh
 
linear transformation
linear transformationlinear transformation
linear transformationmansi acharya
 
Derivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleDerivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleHapPy SumOn
 
B.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationB.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationRai University
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Minhas Kamal
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)Dr. Khurram Mehboob
 

Was ist angesagt? (20)

Beta gamma functions
Beta gamma functionsBeta gamma functions
Beta gamma functions
 
Spline Interpolation
Spline InterpolationSpline Interpolation
Spline Interpolation
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian Integration
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Es272 ch6
Es272 ch6Es272 ch6
Es272 ch6
 
METHOD OF JACOBI
METHOD OF JACOBIMETHOD OF JACOBI
METHOD OF JACOBI
 
Big m method
Big   m methodBig   m method
Big m method
 
Linear and non linear equation
Linear and non linear equationLinear and non linear equation
Linear and non linear equation
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Gauss sediel
Gauss sedielGauss sediel
Gauss sediel
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
BISECTION METHOD
BISECTION METHODBISECTION METHOD
BISECTION METHOD
 
Secant method
Secant methodSecant method
Secant method
 
linear transformation
linear transformationlinear transformation
linear transformation
 
Runge-Kutta-Methods.pptx
Runge-Kutta-Methods.pptxRunge-Kutta-Methods.pptx
Runge-Kutta-Methods.pptx
 
Derivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 ruleDerivation of Simpson's 1/3 rule
Derivation of Simpson's 1/3 rule
 
B.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationB.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiation
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)
 

Andere mochten auch

Cramer’s Rule OF Matrix
Cramer’s Rule OF MatrixCramer’s Rule OF Matrix
Cramer’s Rule OF MatrixAbi Malik
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomialsdaferro
 
System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equationsHind Al Awadi
 
System of Linear Equation
System of Linear EquationSystem of Linear Equation
System of Linear EquationEyakub Sorkar
 
Sytems of linear equation
Sytems of linear equationSytems of linear equation
Sytems of linear equationFranz Uy
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsKum Visal
 
Brain Computer Interface (BCI)
Brain Computer Interface (BCI)Brain Computer Interface (BCI)
Brain Computer Interface (BCI)Eyakub Sorkar
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variablesWanda Sari
 
SET THEORY
SET THEORYSET THEORY
SET THEORYLena
 

Andere mochten auch (12)

Cramer’s Rule OF Matrix
Cramer’s Rule OF MatrixCramer’s Rule OF Matrix
Cramer’s Rule OF Matrix
 
Roots of polynomials
Roots of polynomialsRoots of polynomials
Roots of polynomials
 
System of equations
System of equationsSystem of equations
System of equations
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equations
 
System of Linear Equation
System of Linear EquationSystem of Linear Equation
System of Linear Equation
 
Sytems of linear equation
Sytems of linear equationSytems of linear equation
Sytems of linear equation
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Brain Computer Interface (BCI)
Brain Computer Interface (BCI)Brain Computer Interface (BCI)
Brain Computer Interface (BCI)
 
Report in determinants
Report in determinantsReport in determinants
Report in determinants
 
linear equation system with 2 and 3 variables
linear equation system with 2 and 3 variableslinear equation system with 2 and 3 variables
linear equation system with 2 and 3 variables
 
Maths sets ppt
Maths sets pptMaths sets ppt
Maths sets ppt
 
SET THEORY
SET THEORYSET THEORY
SET THEORY
 

Ähnlich wie NUMERICAL METHODS -Iterative methods(indirect method)

Direct and indirect methods
Direct and indirect methodsDirect and indirect methods
Direct and indirect methodsEjaz hussain
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)Minhas Kamal
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxAHSANMEHBOOB12
 
Iterative method for linear systems and.
Iterative method for linear systems and.Iterative method for linear systems and.
Iterative method for linear systems and.aechkay379
 
Gauss Seidal method.ppt
Gauss Seidal method.pptGauss Seidal method.ppt
Gauss Seidal method.pptMohitBhandwal1
 
Amissions in India
Amissions in India Amissions in India
Amissions in India Edhole.com
 
Admission in india 2015
Admission in india 2015Admission in india 2015
Admission in india 2015Edhole.com
 
Linear Equations-Dr. Hasib.pdf
Linear Equations-Dr. Hasib.pdfLinear Equations-Dr. Hasib.pdf
Linear Equations-Dr. Hasib.pdfABIDANJAM
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian eliminationAwais Qureshi
 
Problem Based Learning Presentation NACA
Problem Based Learning Presentation NACAProblem Based Learning Presentation NACA
Problem Based Learning Presentation NACAWahid Dino Samo
 
Top schools in faridabad
Top schools in faridabadTop schools in faridabad
Top schools in faridabadEdhole.com
 
Applied numerical methods lec6
Applied numerical methods lec6Applied numerical methods lec6
Applied numerical methods lec6Yasser Ahmed
 
about power system operation and control13197214.ppt
about power system operation and control13197214.pptabout power system operation and control13197214.ppt
about power system operation and control13197214.pptMohammedAhmed66819
 
lecture-3 laplce and poisson.pptx .
lecture-3 laplce and poisson.pptx                .lecture-3 laplce and poisson.pptx                .
lecture-3 laplce and poisson.pptx .happycocoman
 

Ähnlich wie NUMERICAL METHODS -Iterative methods(indirect method) (20)

Direct and indirect methods
Direct and indirect methodsDirect and indirect methods
Direct and indirect methods
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Linear)
 
metode iterasi Gauss seidel
metode iterasi Gauss seidelmetode iterasi Gauss seidel
metode iterasi Gauss seidel
 
Gauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptxGauss Jorden and Gauss Elimination method.pptx
Gauss Jorden and Gauss Elimination method.pptx
 
Iterative method for linear systems and.
Iterative method for linear systems and.Iterative method for linear systems and.
Iterative method for linear systems and.
 
Gauss Seidal method.ppt
Gauss Seidal method.pptGauss Seidal method.ppt
Gauss Seidal method.ppt
 
Amissions in India
Amissions in India Amissions in India
Amissions in India
 
Admission in india 2015
Admission in india 2015Admission in india 2015
Admission in india 2015
 
Linear Equations-Dr. Hasib.pdf
Linear Equations-Dr. Hasib.pdfLinear Equations-Dr. Hasib.pdf
Linear Equations-Dr. Hasib.pdf
 
Gaussian elimination
Gaussian eliminationGaussian elimination
Gaussian elimination
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Correlation & regression (2)
Correlation & regression (2)Correlation & regression (2)
Correlation & regression (2)
 
Problem Based Learning Presentation NACA
Problem Based Learning Presentation NACAProblem Based Learning Presentation NACA
Problem Based Learning Presentation NACA
 
Top schools in faridabad
Top schools in faridabadTop schools in faridabad
Top schools in faridabad
 
Applied numerical methods lec6
Applied numerical methods lec6Applied numerical methods lec6
Applied numerical methods lec6
 
algebra
algebraalgebra
algebra
 
Correlation & regression uwsb
Correlation & regression   uwsbCorrelation & regression   uwsb
Correlation & regression uwsb
 
about power system operation and control13197214.ppt
about power system operation and control13197214.pptabout power system operation and control13197214.ppt
about power system operation and control13197214.ppt
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
lecture-3 laplce and poisson.pptx .
lecture-3 laplce and poisson.pptx                .lecture-3 laplce and poisson.pptx                .
lecture-3 laplce and poisson.pptx .
 

Kürzlich hochgeladen

Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .Poonam Aher Patil
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai YoungDubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Youngkajalvid75
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Servicenishacall1
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxseri bangash
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLkantirani197
 
chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfTukamushabaBismark
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPirithiRaju
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsSérgio Sacani
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxMohamedFarag457087
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...chandars293
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Servicemonikaservice1
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptxryanrooker
 

Kürzlich hochgeladen (20)

Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai YoungDubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdf
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx
 

NUMERICAL METHODS -Iterative methods(indirect method)

  • 1. 1  Gauss – Jacobi Iteration Method  Gauss - Seidal Iteration Method
  • 2. Iterative Method  Simultaneous linear algebraic equation occur in various fields of Science and Engineering.  We know that a given system of linear equation can be solved by applying Gauss Elimination Method and Gauss – Jordon Method.  But these method is sensitive to round off error.  In certain cases iterative method is used.  Iterative methods are those in which the solution is got by successive approximation.  Thus in an indirect method or iterative method, the amount of computation depends on the degree of accuracy required. 2 Introduction:
  • 3. Iterative Method  Iterative methods such as the Gauss – Seidal method give the user control of the round off.  But this method of iteration is not applicable to all systems of equation.  In order that the iteration may succeed, each equation of the system must contain one large co-efficient.  The large co-efficient must be attached to a different unknown in that equation.  This requirement will be got when the large coefficients are along the leading diagonal of the coefficient matrix.  When the equation are in this form, they are solvable by the method of successive approximation.  Two iterative method - i) Gauss - Jacobi iteration method ii) Gauss - Seidal iteration method 3 Introduction (continued..)
  • 4. Gauss – Jacobi Iteration Method: The first iterative technique is called the Jacobi method named after Carl Gustav Jacob Jacobi(1804- 1851). Two assumption made on Jacobi method: 1)The system given by 4  a x  a x   a x  b - - - - - - - - (1) 11 1 12 2 1 n n 1  a x  a x   a x  b n n 21 1 22 2 2 2   a x  a x   a x  b n 1 1 n 2 2 nn n n - - - - - - - - (2) - - - - - - - - (3) has a unique solution.
  • 5. Gauss – Jacobi Iteration Method 5 Second assumption: 3 7 13 76 1 2 3 x  x  x  5 3 28 1 2 3 x  x  x  12 3 0 1 1 2 3 x  x  x  12 3 0 1 1 2 3 x  x  x  5 3 28 1 2 3 x  x  x  3 7 13 76 1 2 3 x  x  x 
  • 6. Gauss– Jacobi Iteration Method 6  ij a a j  1   n j i ii
  • 7. To begin the Jacobi method ,solve  7 Gauss– Jacobi Iteration Method  a x  a x   a x  b n n 11 1 12 2 1 1  a x  a x   a x  b n n 21 1 22 2 2 2   a x  a x   a x  b n 1 1 n 2 2 nn n n
  • 8. Gauss– Jacobi Iteration Method  (7) 8
  • 9. Gauss– Jacobi Iteration Method  8 9
  • 10. Gauss– Jacobi Iteration Method  9 10
  • 11. 11 Gauss– Jacobi Iteration Method
  • 12. Gauss– Jacobi Iteration Method 12  a x  a x   a x  b - - - -(1) 11 1 12 2 1 n n 1  a x  a x   a x  b n n 21 1 22 2 2 2   a x  a x   a x  b n 1 1 n 2 2 nn n n - - - -(2) - - - -(3)
  • 16. Gauss– Jacobi Iteration Method Solution: In the given equation , the largest co-efficient is attached to a different unknown. Checking the system is diagonally dominant . Here Then system of equation is diagonally dominant .so iteration method can be applied. 16 27 27 6 1 7 11 12 13 a    a  a   
  • 17. Gauss– Jacobi Iteration Method From the given equation we have 17 85 6 2 3 27 1 x x x    72 6 2 1 3 15 2 x x x    110 1 2 54 3 x x x    (1)
  • 18. Gauss– Jacobi Iteration Method 18 (1) 85  6(0)  (0) 1 27 x  72 6(0) 2(0) (1)   x  15 2 (1)   x  110 (0) (0) 54 3 =3.14815 =4.8 =2.03704 First approximation
  • 20. Gauss– Jacobi Iteration Method The results are tabulated 20 S.No Approximation (or) iteration 1 0 0 0 0 2 1 3.14815 4.8 2.03704 3 2 2.15693 3.26913 1.88985 4 3 2.49167 3.68525 1.93655 5 4 2.40093 3.54513 1.92265 6 5 2.43155 3.58327 1.92692 7 6 2.42323 3.57046 1.92565 8 7 2.42603 3.57395 1.92604 9 8 2.42527 3.57278 1.92593 10 9 2.42552 3.57310 1.92596 11 10 2.42546 3.57300 1.92595
  • 22. Gauss –Seidal Iteration Method  Modification of Gauss- Jacobi method, named after Carl Friedrich Gauss and Philipp Ludwig Von Seidal.  This method requires fewer iteration to produce the same degree of accuracy.  This method is almost identical with Gauss –Jacobi method except in considering the iteration equations.  The sufficient condition for convergence in the Gauss –Seidal method is that the system of equation must be strictly diagonally dominant 22
  • 23. Gauss –Seidal Iteration Method Consider a system of strictly diagonally dominant equation as 23  a x  a x   a x  b n n 11 1 12 2 1 1  a x  a x   a x  b n n 21 1 22 2 2 2   a x  a x   a x  b n 1 1 n 2 2 nn n n - - - - -(1) - - - - - (2) - - - - - (3)
  • 25. Gauss –Seidal Iteration Method  25
  • 26. Gauss –Seidal Iteration Method 26 The successive iteration are generated by the scheme called iteration formulae of Gauss –Seidal method are as The number of iterations k required depends upon the desired degree of accuracy
  • 27. Gauss –Seidal Iteration Method Soln: From the given equation ,we have - - - - - - - (1) - - - - - - -(2) - - - - - - - (3) 27 85 6 2 3 27 1 x x x    72 6 2 1 3 15 2 x x x    110 1 2 54 3 x x x   
  • 28. Gauss –Seidal Iteration Method 28 1.91317 85 6(0) (0) 72 6(3.14815) 2(0) 110 (3.14815) (5.54074) 54 (2) (1) (1) 3    x  3.14815 27 1    x  3.54074 15 2    x 
  • 29. Gauss –Seidal Iteration Method 1st Iteration: 29 1.91317 (1) (1) (1) 3 3.54074 2 3.14815 1    x x x
  • 30. Gauss –Seidal Iteration Method 30 For the second iteration, 1.91317 (1) (1) (1) 3 3.54074 2 3.14815 1    x x x 2.43218 (1) (2)  27 85 6 (1) 3 2 1    x x x 3.57204 (2) 72 6 2 (2)  15 (1) 3 1 2    x x x 1.92585 (2) (2)  54 110 (2) 2 1 3    x x x
  • 31. Gauss –Seidal Iteration Method Thus the iteration is continued .The results are tabulated. S.No Iteration or approximation x i  ( , ,2,3..) x i i  i x i ( i  i , ,2,3..) 1 0 0 0 0 2 1 3.14815 3.54074 1.91317 3 2 2.43218 3.57204 1.92585 4 3 2.42569 3.57294 1.92595 5 4 2.42549 3.57301 1.92595 6 5 2.42548 3.57301 1.92595 31 (i i, ,2,3..) 1, 2 3 4th and 5th iteration are practically the same to four places. So we stop iteration process. Ans: x  x  x  1.9260 3 3.57301; 2 2.4255; 1
  • 32. Gauss –Seidal Iteration Method Comparison of Gauss elimination and Gauss- Seidal Iteration methods:  Gauss- Seidal iteration method converges only for special systems of equations. For some systems, elimination is the only course available.  The round off error is smaller in iteration methods.  Iteration is a self correcting method 32