Open mezzarobba opened 2 years ago
Do you have an example for non-minimal output at hand? I think this should not happen.
I couldn't find the full example, sorry. What I found is a quick note from May 2019 claiming that it happened with "the" generating function of Kreweras walks. However, I just tried again with the equation -64t^2K^3 - 16tK^2 + (72t - 1)K - 54*t + 1 and it works fine. I guess I made a mistake back then, or perhaps I used some variant of the generating function. (With the full generating function, the computation does not finish within a few minutes, so I guess it was not that...)
Currently computing a differential operator annihilating an algebraic function can be done with
(x*Dx).annihilator_of_composition(...)
. However this