First time here? Check out the FAQ!
answered 2021-04-19 20:53:15 +0100
Regarding the solve function, Sage does not implement it own algorithm, instead it asks maxima to do the job by default. You can also pass the algorithm='sympy' option to use Sympy instead.
solve
maxima
algorithm='sympy'
See:
sage: solve?