数值分析雅克比高斯迭代法MATLAB程序
1.雅可比迭代法:function [x,n]=jaccbi(A,b,x0,eps,t)if nargin==3; eps=1e-6; m=200;elseif nargin<3 e
数值分析雅克比高斯迭代法MATLAB程序