On Fri, Jul 3, 2009 at 12:14 AM, Robert
Bradshaw<[email protected]> wrote:
> I thought the consensus was that the D[n], though more powerful, was
> far less intuitive and so we were going to go with "diff(f(x,y), x)"
> or even "(df/dx)(x,y)" for printing.
No. If I gather properly, the consensus was to use D[n] :-)
In any case, given new symbolics uses D derivative internally,
we need a conversion method between these two formats.
Unfortunately, the conversion is not one-to-one.
Consequently, integral (using maxima) that used work
in sage 3.4 doesn't work anymore. For example:
-----------
sage: var('x,a'); f(x) = function('f',x)
sage: g = f(x-a).diff(x)
sage: integrate(g, x)
-----------
doesn't work in new symbolics.
Cheers,
Golam
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---