Jacobi method

Version 1.0.1 (2,12 KB) von Robby Ching
An iterative or indirect numerical method in evaluating the roots of a given system of linear equations
155 Downloads
Aktualisiert 30. Jun 2020

Lizenz anzeigen

It is a numerical method that employs an iterative approach. It is somehow analogous to that of the Gauss-Seidel method. 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.

Zitieren als

Robby Ching (2024). Jacobi method (https://www.mathworks.com/matlabcentral/fileexchange/77515-jacobi-method), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2020a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert: Numerical Methods

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

changed some overview details

1.0.0