Gaussian elimination with partial pivoting

Version 1.0.0.0 (1.56 KB) by Timothee
This code will perform the Gaussian elimination with partial pivoting for any square matrix.
5.4K Downloads
Updated 23 Feb 2010

View License

This code can be used to solve a set of linear equations using Gaussian elimination with partial pivoting. Note that the Augmented matrix rows are not directly switches. Instead a buffer vector is keeping track of the switches made. The final solution is determined using backward substitution.

Cite As

Timothee (2024). Gaussian elimination with partial pivoting (https://www.mathworks.com/matlabcentral/fileexchange/26774-gaussian-elimination-with-partial-pivoting), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0