A simple Python GUI App to apply gauss jordan elimination.
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.