matlab-gauss,实现matlab上的gauss迭代法
matlab-gauss,实现matlab上的gauss迭代法...
matlab-gauss,实现matlab上的gauss迭代法...
Based on Matlab,Gauss Iteration Method...
GAUSS-SEIDEL法的Matlab程序...
Gauss列主元素消去法,同时给了Matlab的M文件和C代码文件。...
matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,fl...
用Gauss-Serdel迭代法计算方程组的MATLAB函数文件...
这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。 程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。...
用matlab实现的Gauss-Seidel迭代法。...
隶属函数为gauss 的matlab 模糊控制器 编程文件!...
Gauss-seidel迭代与两种Jacobi迭代的matlab实现...