MATLAB实现矩阵雅可比(Jacobi)迭代

包含三个function,下列代码最后一段是主函数,其他都是function。三个function建议从下往上看。 function [x,k,resvec,DD,ID,JD,D,Ab] = jacobis(AA,IA,JA,b,x,tol,kmax) %This function is an implementation of Jacobi’s %iterative method for sol
相关文章
相关标签/搜索