Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 401 Bytes

File metadata and controls

11 lines (8 loc) · 401 Bytes

Implementation of Gauss Elimination with Partial Pivoting

This implementaion is a Gauss Elimination with Partial Pivoting in Python. You can insert a number of lines of your augmented matrix and then, the numbers that compose it.

Screenshot

Those are some examples:

Example 1 Example 2

Author

GiovannaRMendes