Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?