-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Jacobi P polynomials without pexpect-maxima #22326
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author: Ralf Stephan |
New commits:
|
Dependencies: #22174 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Trivial PEP8 point: conversions={'maxima':'jacobi_p', 'mathematica':'JacobiP',
- 'maple':'JacobiP', 'sympy':'jacobi'})
+ 'maple':'JacobiP', 'sympy':'jacobi'}) Once changed, then you can set a positive review on my behalf. |
Reviewer: Travis Scrimshaw |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/rws/jacobi_p_polynomials_without_pexpect_maxima to |
comment:10
FWIW a test that was added in this ticket is failing on Cygwin:
I'll open a separate ticket if/when I have a better idea what's going on. But in the meantime, any guesses? The assertion it's failing on is in libfactory in Singular, where |
Changed commit from |
comment:11
Oh, turns out this is reproducible on Linux too. It only happens when built with |
comment:12
Replying to @embray:
Possible that Pynac is feeding no-no data to Singular. Please open a Pynac issue, it's more likely it's in Pynac than it's in Sage. |
comment:13
That's what it looks like to me too. Specifically, somewhere in |
At the moment, only a direct evaluation via pexpect-maxima exists, which should be replaced as to #17753. The replacement could simply be usage of maxima-lib, or a new implementation.
https://en.wikipedia.org/wiki/Jacobi_polynomials
src/sage/libs/arb/acb_hypgeom.pxd: void acb_hypgeom_jacobi_p(acb_t res, const acb_t n, const acb_t a, const acb_t b, const acb_t z, long prec)
Depends on #22174
Component: symbolics
Author: Ralf Stephan
Branch:
1c7b67e
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22326
The text was updated successfully, but these errors were encountered: