I made a mistake in the example. The correct example is:
f=function("f",x)
a=integrate(f,x,0,1)
show(a)I have been doing some other tests, and all math symbols seem to be gone, square roots for example. Regards Ricardo On 2 jun, 16:55, richi <[email protected]> wrote: > I had installed sage 3.4.1 in my Ubuntu machine, and every time I did > something like: > > f=function("f",x) > integrate(f,x,0,1) > > in a notebook, sage showed me the equation using an integral symbol. I > just installed sage 4.0, and when I do the same, I get: > > integrate(f(x), x, 0, 1) > > no matter if I check the Typeset Box. It happens also with > derivatives. > > What am I doing wrong? Is there anything else I need to install? > > Regards > > Ricardo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
