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
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 LinuxCategories
- MATLAB > Mathematics > Sparse Matrices >
Find more on Sparse Matrices in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.