Open rtoy opened 4 months ago
Imported from SourceForge on 2024-07-07 09:36:40 Created by robert_dodier on 2019-02-07 06:48:57 Original: https://sourceforge.net/p/maxima/bugs/3469/#6621
Imported from SourceForge on 2024-07-07 09:36:44 Created by robert_dodier on 2019-02-07 06:48:58 Original: https://sourceforge.net/p/maxima/bugs/3469/#c23c
The leaking %k[3]
comes from the solve_rec function. After looking at it for a few minutes, my first guess is that simplify_sum has supplied only 2 initial conditions to solve_rec, but 3 are needed by solve_rec_ic1 in order to eliminate all three arbitrary constants which are introduced by hyper_poly (called from solve_rec).
So there is some interaction between solve_rec and simplify_sum, but at this point I think the problem is in simplify_sum.
Imported from SourceForge on 2024-07-07 09:36:39 Created by nbruin on 2018-10-02 17:54:29 Original: https://sourceforge.net/p/maxima/bugs/3469
The following seems to be a problem with simplify_sum:
It looks like the %k[3] constant is something that escapes from the linear recurrence solver or so.
Found in sage:
https://trac.sagemath.org/ticket/26375