You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the verbose output that is copied below shows that the problem is a wrong initial condition for Zeilberger's method. Maxima says the initial condition is sm[0] = 0, but I think this needs to be sm[1] = 1, because the recurrence relation sm[n]*(t+1) - sm[n+1] = 0 is not valid for n = 0.
Imported from SourceForge on 2024-07-09 19:33:04
Created by charpent on 2021-05-25 22:36:38
Original: https://sourceforge.net/p/maxima/bugs/3788
This one (initially reported as Sage ticket 31844) may or may not be news to you ;
Absurdly false. But converting the sum in order to work on atomic arguments alleviates the problem :
The same bug also strikes when substituting integers to
j
.HTH,
The text was updated successfully, but these errors were encountered: