Gaussian Elimination for N system of linear equations

Versión 1.0.1.0 (610 Bytes) por Akshay Kumar
To find the solution for systems of linear equations of ANY order, by Gaussian Elimination Method
195 descargas
Actualizado 17 nov 2017

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2017b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Sparse Matrices en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1.0

Printing of output 2 times is resolved.

1.0.0.0

.
.