Introduction to Scientific Computing II

Slides:



Advertisements
Similar presentations
Mutigrid Methods for Solving Differential Equations Ferien Akademie 05 – Veselin Dikov.
Advertisements

Linear System Remark: Remark: Remark: Example: Solve:
Computational Modeling for Engineering MECN 6040
Scientific Computing Lab Results Worksheet 3 Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
1 Iterative Solvers for Linear Systems of Equations Presented by: Kaveh Rahnema Supervisor: Dr. Stefan Zimmer
Steepest Decent and Conjugate Gradients (CG). Solving of the linear equation system.
Special Matrices and Gauss-Siedel
1 Systems of Linear Equations Iterative Methods. 2 B. Iterative Methods 1.Jacobi method and Gauss Seidel 2.Relaxation method for iterative methods.
1 Systems of Linear Equations Iterative Methods. 2 B. Direct Methods 1.Jacobi method and Gauss Seidel 2.Relaxation method for iterative methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 19 Solution of Linear System of Equations - Iterative Methods.
Special Matrices and Gauss-Siedel
Iterative Methods for Solving Linear Systems of Equations ( part of the course given for the 2 nd grade at BGU, ME )
Scientific Computing Matrix Norms, Convergence, and Matrix Condition Numbers.
Introduction to Scientific Computing II From Gaussian Elimination to Multigrid – A Recapitulation Dr. Miriam Mehl.
Elliptic PDEs and the Finite Difference Method
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 3- Chapter 12 Iterative Methods.
Numerical Analysis – Eigenvalue and Eigenvector Hanyang University Jong-Il Park.
Circuits Theory Examples Newton-Raphson Method. Formula for one-dimensional case: Series of successive solutions: If the iteration process is converged,
Introduction to Scientific Computing II Overview Michael Bader.
Introduction to Scientific Computing II Multigrid Dr. Miriam Mehl Institut für Informatik Scientific Computing In Computer Science.
Introduction to Scientific Computing II Multigrid Dr. Miriam Mehl.
Introduction to Scientific Computing II
Elliptic PDEs and Solvers
Part 3 Chapter 12 Iterative Methods
Solving Scalar Linear Systems A Little Theory For Jacobi Iteration
Scientific Computing Lab Organization Dr. Miriam Mehl Institut für Informatik Scientific Computing in Computer Science.
MATHEMATICS B.A./B.Sc. (GENERAL) THIRD YEAR EXAMINATION, 2012.
Iterative Solution Methods
Part 3 Chapter 12 Iterative Methods
Scientific Computing Lab
Solving Systems of Linear Equations: Iterative Methods
بسم الله الرحمن الرحيم.
Numerical Analysis Lecture12.
Scientific Computing Lab
Iterative Methods Good for sparse matrices Jacobi Iteration
A Comparison of some Iterative Methods in Scientific Computing
Introduction to Multigrid Method
Introduction to Scientific Computing II
Pressure Poisson Equation
Numerical Analysis Lecture 45.
Scientific Computing Lab
Introduction to Scientific Computing II
Matrix Methods Summary
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Stencil Quiz questions
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Stencil Quiz questions
Scientific Computing Lab
Numerical Analysis Lecture13.
Scientific Computing Lab
Numerical Linear Algebra
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Introduction to Scientific Computing II
Spatial Discretisation
Engineering Analysis ENG 3420 Fall 2009
ITERATIVE METHODS Prepared by, Dr. L. Benedict Michael Raj
Linear Algebra Lecture 16.
Home assignment #3 (1) (Total 3 problems) Due: 12 November 2018
Introduction to Scientific Computing II
Presentation transcript:

Introduction to Scientific Computing II Relaxation Methods Dr. Miriam Mehl

Iterative Solvers – Principle series of approximations costs per iteration? convergence? stopping criterion?

Relaxation Methods – Gauss-Seidel

Relaxation Methods – Jacobi

Gauss-Seidel – Theory formula not helpfull in practice!!!

Jacobi – Theory formula not helpfull in practice!!!

Jacobi – Convergence eigenvectors of M? different frequencies convergence ~ eigenvalues

Jacobi – Convergence worse for small h number of iterations: O(1/h)2