Numerical Methods Using MATLAB, 2e: jacobi(A,B,P ... - MathWorks Section 3.7, Iterative Methods for Linear Systems, Page 186 %------------------------- -------------------------------------------------- Z = P'; n = length(B); Pnew = P; ...