列主元Gauss-Jordan消去法求方程 Ax = b 的程序,我要分享

The program of solving the equation AX = B by Gauss Jordan elimination method of column principal co

关注次数: 203

下载次数: 0

文件大小: 47.34 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:%% 列主元Gauss-Jordan消去法求方程 Ax = b 的程序, 调用方法为 %%    x = Gauss_Jordan(A, b) %% 其中 %%    A 为方程组的系数矩阵, b 为方程组的右端项;  %%    x 为方程组的解.


English Description:

%%Column principal element Gauss Jordan elimination method for solving the equation AX = B program, call the method


代码预览

相关推荐