高斯消去法我要分享

gaussian elimination

高斯 消去法

关注次数: 134

下载次数: 0

文件大小: 39.36 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:利用高斯估计可以从格式计算N个未知值的矩阵解法:


English Description:

matrix solution using Guassian estimation which can calculate the n unknown value from the format: Ax = b which  A is an n * n known matrix b is an n * 1 known matrix x is an n * 1 unknown matrix


代码预览