David Joyner a écrit :
> Maybe this then?
>
> sage: from sympy import *
> sage: Symbol("x")
> x
> sage: f = 3*x^2
> sage: str(f.as_basic())
> '3*x**2'
>
Yes !! :):)
Thanks a lot.
Laurent
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---