Bug SS-2311
2 votes

[Maxima] diff() problems in SMath 0.98

Created by Martin Kraska on 4/10/2016 11:58 AM Last Updated by smath on 8/25/2016 1:13 AM
%
 (hrs)
Logged: 0   (hrs)

 Description

With Maxima plugin activated, SMath native diff function is broken

If diff is taken over by Maxima, this is mitigated, but dpes not work in function definitions. Delayed evaluation must be enforced by use of line() operator

    smath (Thursday, August 25, 2016 1:13 AM) #

It is forbidden now to override terms defined by SpecialFunctions plug-in. S, issue is fixed.

    Davide (Monday, May 23, 2016 2:26 AM) #

SVN updated with some fixes; using the isUndefinedArgumentSupported = true in all the arguments of int, lim, diff, sum, det; makes them working, but produces a different result (in the example above, the differentiation made in the for loop is not performed)