> > I'm thinking about implementing a formula guesser for C-finite integer > sequences.
There is now a working implementation at https://github.com/sympy/sympy/pull/8811 and I want to resolve here two questions posed by Sergey. Initially, I used the name "guess" to do 1. finding of linear recurrence and 2. putting into rsolve() for the closed form. Sergey thinks the user can figure out 2) herself, and so needs a command just for 1). All in all there are three possibilities: A. leave it as is with the name "guess" or a better one; B. instead have "find_linear_recurrence" or just "find_recurrence"; C. have both A) and B) As this is of general interest and should be done right at the start, please weigh in with your choice of A/B/C and the name(s) to use. Regards, PS: I figured out I didn't need the LLL after all 8) -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/f2521160-00a4-4c6a-b17b-f8019b8bcbcd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
