Gauss Jordan method
Version 1.0.0 (1,42 KB) von
Dr. Manotosh Mandal
Solution of linear system of equations by Gauss Jordan method.
See the details method (https://brilliant.org/wiki/gaussian-elimination/).
Example:
A =
2 3 6
1 7 3
5 1 3
B =
3
9
7
The required solution is:
ans =
1.5455
1.3636
-0.6970
Zitieren als
Dr. Manotosh Mandal (2024). Gauss Jordan method (https://www.mathworks.com/matlabcentral/fileexchange/72551-gauss-jordan-method), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2019a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: Numerical Methods
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0 |