How to perform row reduction whilst keeping variables in fraction form in Julia?
I am trying to perform Gaussian elimination on a matrix in Julia to then extract the solutions in fraction form, rather than decimal. For example, I would want 3/4 rather than 0.75 as a solution.