Suppose I have, e.g., 250 linear equations with Rational{BigInt} coefficients, with 150 variables. If the system is inconsistent I want to know about it, otherwise I want the exact solution.
Is there an easier way than writing my own Gaussian elimination?
This won’t run often, so I’m not concerned with long runtimes.