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
This is a C code that solves any number of equations using echelon form transformation.
I first made a C file that converts any 2d matrix to echelon form and then expanded it to solve multiple equations (both files are included).