Gaussian Elimination with Partial Pivoting

Version 1.4 (86,4 ko) par Mazin Mustafa
Finds the solution to the linear system Ax=b using Gaussian Elimination with Partial Pivoting (GEPP) algorithm
593 téléchargements
Mise à jour 29 mai 2022

Afficher la licence

This is a simple basic code implementing the Gaussian Elimination with Partial Pivoting (GEPP) algorithm. Although there are plenty of codes to solve this system, the majority don't rely on a direct implementation of the algorithm. The motivation to make this upload is to provide a reference code which allows you to write similar algorithm in other programming languages. A testbench code is included to check the accuracy of the algorithm vs the powerful built-in MATLAB linear system solver. I hope you find this code useful.
See the attachment Algorithm.pdf for more details.

Citation pour cette source

Mazin Mustafa (2024). Gaussian Elimination with Partial Pivoting (https://www.mathworks.com/matlabcentral/fileexchange/86088-gaussian-elimination-with-partial-pivoting), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.4

minor correction

1.3

update

1.2

Correction

1.1

Tags added

1.0.0