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
Kehinde OROLU (2021). Solving System of Equations (https://www.mathworks.com/matlabcentral/fileexchange/33080-solving-system-of-equations), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.