There are several ways to do this.

sage: maxima_console()

gives you a fully functioning version of Maxima, just as if you
downloaded it yourself.

Or you can use Maxima one thing at a time:

sage: from sage.calculus.calculus import maxima
sage: maxima.eval('integrate(cos(x),x)')
'sin(x)'

Usually it is helpful to import the "calculus" copy of Maxima, as I
have done.

There are also other interfaces, but they boil down to these, which
should be sufficient.  Good luck!

- kcrisman


On Nov 4, 10:22 am, Mikie <thephantom6...@hotmail.com> wrote:
> Is the Maxima that Sage uses a full version?  Where is Maxima in the
> Sage directory?  Can I load Maxima and do some command line work?
> Thanx
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to