matlab代码实现病态方程组求解我要分享

Matlab code to solve ill conditioned equations

GS迭代 SOR--MATLAB 病态方程求解 gs算法-迭代 GS算法

关注次数: 299

下载次数: 2

文件大小: 982B

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:病态方程组求解的matlab程序,涵盖LU分解、Jacobi迭代、GS迭代、SOR迭代四种方法,通过输入参数M来选去对应的算法。


English Description:

The matlab program for solving ill conditioned equations covers LU decomposition, Jacobi iteration, GS iteration and SOR iteration. The corresponding algorithm is selected by inputting parameter M.


代码预览