You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.