选列主元Gauss消去法解线性方程组ax=b我要分享

Gauss elimination method of selecting the principal component to solve linear equations ax=b

选列主元 Gauss消去法 解线性方程组 ax=b

关注次数: 163

下载次数: 0

文件大小: 1KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

% 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 % 否则不显示,默认值为0,x为解向量


English Description:

%Purpose: choose the principal component Gauss elimination method to solve linear equations ax=b


代码预览