Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guessing routines #20

Open
5 tasks
Antonio-JP opened this issue Nov 22, 2021 · 0 comments
Open
5 tasks

Add guessing routines #20

Antonio-JP opened this issue Nov 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Antonio-JP
Copy link
Owner

Given a sequence (c_n), guessing if it is D-finite is a known problem and is in fact implemented in the package ore_algebra. This issue looks for this problem when we try to guess different types of functions:

  • Guess an operator A such that there is g(x) with A . g(x) = 0 and our sequence is given by 1/g(x).
  • Guess two operators A and B such that there are functions g(x) and h(x) with A g(x) = B h(x) = 0 and our sequence is given by g(x)/h(x).

This addition indicates that the guessing problem could be an interesting part of the package. Adding a module to gather all the guessing routines would be interesting.

  • Gather all guessing routines in the module.
  • Create a new module guess inside dd_functions.
  • Add and test all guessing routines.
@Antonio-JP Antonio-JP added the enhancement New feature or request label Nov 22, 2021
@Antonio-JP Antonio-JP added this to the Release version 1.0 milestone Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant