On 4 Jun 2009, at 21:10, Burcin Erocal wrote:
> Below you also mention that typesetting of derivatives is also broken,
> some examples of that would also be helpful.
f = function("f",x)
e1 = f == x^2
show(e1)
show(integral(e1, x))
show(diff(e1,x))
Derivatives now seem to use a D[0](f)(x) = 2x notation rather than the
old df/dx = 2x notation (where d was delta)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---