Ask Your Question

Revision history [back]

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.

See:

sage: solve?