Gaussian Elimination for N system of linear equations

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

Lizenz anzeigen

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.

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2017b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Sparse Matrices finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1.0

Printing of output 2 times is resolved.

1.0.0.0

.
.