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 wrote:
> I had installed sage 3.4.1
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 che