Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 243 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 243 Bytes

GJE_One

GJE_One performs Gaussian-Jordan Elimination on an arbitrarily-sized m x n matrix by using elementary row operations. The matrix's size and entries are to be defined in the code. The program will output the RREF form of the matrix.