Gauss Jordan

Solution of system of equation by Gauss Jordan
1 Download
Updated 10 Apr 2025

View License

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 Linux
Tags Add Tags
Version Published Release Notes
1.0.1

Example added

1.0.0