Yes, David, thanks.  I fixed it with repr and SR.

On Nov 3, 1:38 pm, David Joyner <wdjoy...@gmail.com> wrote:
> Does this help?
>
> sage: f = maxima("x^2-1")
> sage: type(f)
> <class 'sage.interfaces.maxima.MaximaElement'>
> sage: ff = f.sage()
> sage: type(ff)
> <type 'sage.symbolic.expression.Expression'>
> sage: ff.factor()
> (x - 1)*(x + 1)
>
>
>
> On Tue, Nov 3, 2009 at 3:28 PM, Mikie <thephantom6...@hotmail.com> wrote:
>
> > Is there anyway to convert a maxima expression
> > ('sage.interfaces.maxima.MaximaElement') to
> > ('sage.calculus.SymbolicArithmetic')?
>
> > I need to use Sage's factor instead of Maxima's.
> > Thanx- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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