Linear Systems – Iterative methods Jacobi Method
1 / 1

Linear Systems – Iterative methods Jacobi Method

Author : karlyn-bohler | Published Date : 2025-05-12

Description: Linear Systems Iterative methods Jacobi Method GaussSiedel Method 1 Iterative Methods Iterative methods can be expressed in the general form xk Fxk1 where s st Fss is called a Fixed Point Hopefully xk s solution of my

Presentation Embed Code

Download Presentation

Download Presentation The PPT/PDF document "Linear Systems – Iterative methods Jacobi Method" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Transcript:Linear Systems – Iterative methods Jacobi Method:
Linear Systems – Iterative methods Jacobi Method Gauss-Siedel Method 1 Iterative Methods Iterative methods can be expressed in the general form: x(k) =F(x(k-1)) where s s.t. F(s)=s is called a Fixed Point Hopefully: x(k)  s (solution of my problem) Will it converge? How rapidly? 2 Iterative Methods Stationary: x(k+1) =Gx(k)+c where G and c do not depend on iteration count (k) Non Stationary: x(k+1) =x(k)+ak p(k) where computation involves information that change at each iteration 3 Iterative – Stationary Jacobi In the i-th equation solve for the value of xi while assuming the other entries of x remain fixed: In matrix terms the method becomes: where D, L and U represent the diagonal, the strictly lower-trg and strictly upper-trg parts of M 4 Iterative – Stationary Gauss-Seidel Like Jacobi, but now assume that previously computed results are used as soon as they are available: In matrix terms the method becomes: where D, L and U represent the diagonal, the strictly lower-trg and strictly upper-trg parts of M 5 Iterative – Stationary Successive Overrelaxation (SOR) Devised by extrapolation applied to Gauss-Seidel in the form of weighted average: In matrix terms the method becomes: where D, L and U represent the diagonal, the strictly lower-trg and strictly upper-trg parts of M ω is chosen to increase convergence 6 7 Jacobi iteration 8 Gauss-Seidel (GS) iteration Gauss-Seidel Method An iterative method. Basic Procedure: Algebraically solve each linear equation for xi Assume an initial guess solution array Solve for each xi and repeat Use absolute relative approximate error after each iteration to check if error is within a pre-specified tolerance. 9 Gauss-Seidel Method Why? The Gauss-Seidel Method allows the user to control round-off error. Elimination methods such as Gaussian Elimination and LU Decomposition are prone to prone to round-off error. Also: If the physics of the problem are understood, a close initial guess can be made, decreasing the number of iterations needed. 10 Gauss-Seidel Method Algorithm A set of n equations and n unknowns: . . . . . . If: the diagonal elements are non-zero Rewrite each equation solving for the corresponding unknown ex: First equation, solve for x1 Second equation, solve for x2 11 Gauss-Seidel Method Algorithm Rewriting each equation From Equation 1 From equation 2 From equation n-1 From equation n 12 Gauss-Seidel Method Algorithm General Form of each equation 13 Gauss-Seidel Method Algorithm General Form for any row ‘i’

Download Document

Here is the link to download the presentation.
"Linear Systems – Iterative methods Jacobi Method"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.

Related Presentations

Iterative methods Jacobi Iterative technique on Multi GPU platform Iterative and non-Iterative Preconditioning in Expectation Welcome to Jacobi Medical Center TexPoint Numerical Methods in Computational Fluid Dynamics (CFD) Iterative and non-Iterative Parallel Direct Methods for Sparse Linear Systems Iterative Methods for Linear Systems Iterative Patterns Arithmetic and Geometric Iterative Methods for Linear Systems 359    QuarterSweep Iteration for First Kind Linear Fredholm