Gauss Seidel method

版本 1.0.1 (2.2 KB) 作者: Robby Ching
An iterative or indirect numerical method in solving a linear system of equations
247.0 次下载
更新时间 2020/6/30

查看许可证

It is a numerical method that employs an iterative approach. Its counterpart for a single linear equation is the successive substitution or fixed-point iteration. It asks the user the coefficient and the RHD (Right-hand side) values matrix. It also lets the user choose which termination criterion to have, whether a %relative error or number of iterations. It checks if the system is diagonally dominant; if not, it would re-arrange the equations in the most diagonally dominant form possible, ensuring convergence. If the given system cannot be totally diagonally dominant, it alerts the user.

引用格式

Robby Ching (2024). Gauss Seidel method (https://www.mathworks.com/matlabcentral/fileexchange/77506-gauss-seidel-method), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

changed some overview details

1.0.0