Search
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)