Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 775 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 775 Bytes

gauss-jordan-elimination

A simple Python GUI App to apply gauss jordan elimination.

image

I got this task as a homework in my University [Faculty of Computer and Information science - Mansoura University]

The task is to make a Gui program to solve a matrix using gauss jordan elimination method.

I created the gui using pyqt module in python and my friend Mohamed Elmahdy used numpy and gauss jordan elimination algorithm to make mattrix solover function.

Download The executable program for windows from Here.