Gauss Jordan method
Version 1.0.0 (1.42 KB) by
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
Cite As
Dr. Manotosh Mandal (2025). Gauss Jordan method (https://www.mathworks.com/matlabcentral/fileexchange/72551-gauss-jordan-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Numerical Methods
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |