Gauss elimination with complete pivoting

This function calculate Gauss elimination with complete pivoting
10,4K Downloads
Aktualisiert 23 Dez 2011

Lizenz anzeigen

This function calculate Gauss elimination with complete pivoting.

G)aussian (E)limination (C)omplete (P)ivoting
Input
A nxn matrix
Output
L = Lower triangular matrix with ones as diagonals
U = Upper triangular matrix
P and Q permutations matrices so that P*A*Q = L*U

examples :
[L U] = gecp(A);
[L U P] = gecp(A);
[L U P Q] = gecp(A);

Zitieren als

Nickolas Cheilakos (2024). Gauss elimination with complete pivoting (https://www.mathworks.com/matlabcentral/fileexchange/13451-gauss-elimination-with-complete-pivoting), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R11
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Some errors corrected

1.0.0.0