├── LinearSolver_Project_Python_GUI ├── BothOfThemGUI.py ├── GaussElimination.py ├── GaussianJordan.py ├── MainGUI.py └── eq_mat.py ├── LinearSystemSolver.cpp ├── LinearSystemSolver.cs ├── LinearSystemSolver.py └── README.md /LinearSolver_Project_Python_GUI/BothOfThemGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSolver_Project_Python_GUI/BothOfThemGUI.py -------------------------------------------------------------------------------- /LinearSolver_Project_Python_GUI/GaussElimination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSolver_Project_Python_GUI/GaussElimination.py -------------------------------------------------------------------------------- /LinearSolver_Project_Python_GUI/GaussianJordan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSolver_Project_Python_GUI/GaussianJordan.py -------------------------------------------------------------------------------- /LinearSolver_Project_Python_GUI/MainGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSolver_Project_Python_GUI/MainGUI.py -------------------------------------------------------------------------------- /LinearSolver_Project_Python_GUI/eq_mat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSolver_Project_Python_GUI/eq_mat.py -------------------------------------------------------------------------------- /LinearSystemSolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSystemSolver.cpp -------------------------------------------------------------------------------- /LinearSystemSolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSystemSolver.cs -------------------------------------------------------------------------------- /LinearSystemSolver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/LinearSystemSolver.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmrBedir/LinearSystemSolver/HEAD/README.md --------------------------------------------------------------------------------