Matrix Methods Summary - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Matrix Methods Summary

Description:

Gauss-Seidel. Gauss-Seidel with SOR. Iterative - Fast. Conjugate Gradient (sym) ... Modify numerical method for solution of PDE to make matrix have a simple form (e. ... – PowerPoint PPT presentation

Number of Views:68
Avg rating:3.0/5.0
Slides: 7
Provided by: jef8150
Category:

less

Transcript and Presenter's Notes

Title: Matrix Methods Summary


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 doesnt require storage
    of full matrix
  • Use multigrid approach on parallel network

5
Iterative method doesnt 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
Write a Comment
User Comments (0)
About PowerShow.com