Gauss Jordan
Version 1.0.1 (1.2 KB) by
Langel Thangmawia
Solution of system of equation by Gauss Jordan
Solution of system of equation by Gauss Jordan
Example : Solve using Gauss Jordan method:
x1+x2+x3= 9
2x1-3x2+4x3= 13
3x1+4x2+ 5x3 = 40
enter matrix A: [1,1,1;2,-3,4;3,4,5]
enter rhs vector B: [9;13;40]
The solutions are :
1
3
5
Cite As
Langel Thangmawia (2026). Gauss Jordan (https://www.mathworks.com/matlabcentral/fileexchange/180725-gauss-jordan), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2024b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
