Solver of linear systems with gauss method
Linear system resolution function
Gauss function is a function created for the arbitrary size of compatible
linear systems. This function receives in input a square matrix of
dimension nxn and the column vector of known terms [X, P, U, L]=gauss(A,b)
returns 4 results. X is the vector of the system solution P is the vector
of permutations performed by the algorithm U is the upper triangular
matrix and L is the lower triangular matrix.
The output parameters U L and p are optional
Cita come
Giovanni D'Avanzo (2025). Solver of linear systems with gauss method (https://it.mathworks.com/matlabcentral/fileexchange/63597-solver-of-linear-systems-with-gauss-method), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0 |
|
