Hi, I have been using Sage in my project mainly to solve a large list of linear equations, i.e., solve(eqts, variable)
. However, Sage is so large that it becomes inconvenient to ask users to download Sage to use my work. I've tried to use sympy
but its equation solver is much slower compare to the one in Sage. So I am wondering what software that Sage uses underneath for linear equation solving ?