Jacobi Iteration: The Problem
Used to numerically solve a Partial Differential Equation (PDE) on a square mesh -- below is Poisson’s Equation
Method:
- Update each mesh point by the average of its neighbors
- Repeat until converged
This is right hand sidef(x,y)