Gaussian Elimination for N system of linear equations

Version 1.0.1.0 (610 Bytes) by Akshay Kumar
To find the solution for systems of linear equations of ANY order, by Gaussian Elimination Method
195 Downloads
Updated 17 Nov 2017

View License

This function is used to solve the system of linear equations of any order N, It does the same work as A\b, It user Gaussian Elimination Algorithm, that is, making the elements of lower triangle matrix zero, using the basic row transformation. This is one of the methods for finding the solution to the system of linear equations.

Cite As

Akshay Kumar (2024). Gaussian Elimination for N system of linear equations (https://www.mathworks.com/matlabcentral/fileexchange/65078-gaussian-elimination-for-n-system-of-linear-equations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Sparse Matrices in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1.0

Printing of output 2 times is resolved.

1.0.0.0

.
.