I have it kind of working.  When I do the latex on the integral or
answer if their is fraction I get an \over.  I get to get \frac{?}
{?}.  Is there anyway to do this?  I also need this to work in
function in a Python script.

On Oct 27, 4:33 pm, Simon King <[email protected]> wrote:
> 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