1 / 6

Matrix Methods Summary

Matrix Methods Summary. Direct and Iterative Methods. Direct. Iterative - Slow. Iterative - Fast. Gaussian Elimination LU Decomposition Cholesky Method . Jacobi Gauss-Seidel Gauss-Seidel with SOR. Conjugate Gradient (sym) Bi-conjugate gradient GM-RES Multigrid .

zelig
Download Presentation

Matrix Methods Summary

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Matrix Methods Summary

  2. Direct and Iterative Methods Direct Iterative - Slow Iterative - Fast Gaussian Elimination LU Decomposition Cholesky Method Jacobi Gauss-Seidel Gauss-Seidel with SOR Conjugate Gradient (sym) Bi-conjugate gradient GM-RES Multigrid Ill-Conditioned Matrices Singular-Value Decomposition Numerous specialized methods for inverse problems

  3. Matrix solution takes too long • Modify numerical method for solution of PDE to make matrix have a simple form (e.g., banded, triangular, symmetric) • Use SOR iteration acceleration • Use fast iterative method

  4. Matrix is too large to store • Use grid with fewer points • Modify numerical method to have banded matrix or matrix in only one direction (e.g., ADI) • Use iterative method that doesn’t require storage of full matrix • Use multigrid approach on parallel network

  5. Iterative method doesn’t converge or converges slowly • Check matrix condition number and diagonal dominance • Use under-relaxation • Use preconditioning to improve condition number and/or make matrix more diagonally dominant where P is “close” to A

  6. Matrix is ill-conditioned • You made a mistake – go back and check • Use double precision • Use specialized method for inverse problem or SVD

More Related