Gauss Seidel method

Version 1.0.1 (2,16 ko) par Robby Ching
An iterative or indirect numerical method in solving a linear system of equations
375 téléchargements
Mise à jour 30 juin 2020

Afficher la licence

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.

Citation pour cette source

Robby Ching (2026). Gauss Seidel method (https://fr.mathworks.com/matlabcentral/fileexchange/77506-gauss-seidel-method), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.1

changed some overview details

1.0.0