Hi!

On 27 Okt., 23:19, Mikie <[email protected]> wrote:
> When I get to
> latex(g)
> I get
> {{x^2}\over{2}} no integral.
> I am using Sage V3.4.  Could this be causing the problem?

Probably. The whole "symbolics" stuff has changed since then. A
complete session with version 4.2:
sage: x=sage.calculus.calculus.maxima('x')
sage: f = getattr(x,"'integrate")(x)
sage: latex (f)
\int {x}{\;dx}
sage: g = SR(f)
sage: latex (g)
\int x\,{d x}

Simon
--~--~---------~--~----~------------~-------~--~----~
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
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to