Solving System of Equations
Version 1.0.0.0 (1.67 KB) by
Kehinde OROLU
This function solves system of linear equations using Gaussian Elimination method
x=GaussianElimination(A,b)
GaussianElimination solves system of linear equations of the form Ax = b using Gaussian Elimination method.
A = n x n square matrix with the coefficients of the system of equations
as the elements of matrix A
b = column matrix with length = n
Cite As
Kehinde OROLU (2026). Solving System of Equations (https://se.mathworks.com/matlabcentral/fileexchange/33080-solving-system-of-equations), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Sparse Matrices >
Find more on Sparse Matrices in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
