-
-
Notifications
You must be signed in to change notification settings - Fork 698
Algebraic and modular properties of hypergeometric functions #41113
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
base: develop
Are you sure you want to change the base?
Conversation
…to hypergeometric_algebraic
…to hypergeometric_algebraic
…to hypergeometric_algebraic
|
@mantepse: we (Florian and I) point out this PR that you might be interested in reviewing (when finished) :-) |
|
Documentation preview for this PR (built with commit d9af29a; changes) is ready! 🎉 |
|
Is the new framework suitable to express whether a P-recursive sequence can be written as a linear combination of hypergeometric terms (using https://en.wikipedia.org/wiki/Petkov%C5%A1ek%27s_algorithm)? (I'm not asking to implement the algorithm, it is only whether the framework would allow to express spaces of hypergeometric functions) |
…to hypergeometric_algebraic
|
I'm not entirely sure to understand your question but we have parents for hypergeometric functions over any base ring. Nonetheless, our hypergeometric functions are not that general than the ones of the Wikipedia page you linked since we require that the numerators and denominators of the rational function However, I usually consider Petkovšek algorithm as an algorithm for finding linear factors of a Ore polynomial in |
Well, they are actually also more general in another direction since they include the case of positive characteristic (with parameters in |
…to hypergeometric_algebraic
…to hypergeometric_algebraic
…to hypergeometric_algebraic
…to hypergeometric_algebraic
We implement the class
HypergeometricAlgebraicwhich provides methods for dealing with algebraic properties of hypergeometric functions, including algebraicity, global boundedness and stuffs about reductions modulo primes (p-curvature, annihilating polynomial, Lucas property, etc.)📝 Checklist
Dependences
#41205