Lecture 1

[ view ]
ITERATIVE METHODS FOR AX=B: This lecture considers how to use iteration techniques for solving Ax=b.
Lecture 2

[ view ]
ITERATIVE METHODS FOR AX=B: This lecture develops the generalized method of residuals (GMRES) as an iteration scheme for Ax=b.
Lecture 3

[ view ]
ITERATIVE METHODS FOR AX=B: This lectures implements both GMRES (generalized method of residuals) and the BICGSTAB (Bi-Conjugate Gradient Stabilized) algorithms for solving Ax=b in MATLAB.