| 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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.