On Sun, Aug 8, 2010 at 4:30 PM, Oscar Gerardo Lazo Arjona
wrote:
> Hello!
>
> I've come across this strange bug:
>
> sage: var('x y')
> (x, y)
> sage: a=x-y/x
> sage: a
> x - y/x
> sage: print a
> x - y/x
> sage: latex(a)
> x + \frac{y}{x}
>
> that last + should be a -. This also doesn't work in t
Hello!
I've come across this strange bug:
sage: var('x y')
(x, y)
sage: a=x-y/x
sage: a
x - y/x
sage: print a
x - y/x
sage: latex(a)
x + \frac{y}{x}
that last + should be a -. This also doesn't work in the notebook, using
print a works, but show(a) shows the expression with a plus sign.
Any id