answered 4 years ago
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?