-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Univariate Laurent polynomial do not properly handle __call__ #17554
Comments
comment:2
The following seems to be the issue
The problem gets triggered by
The command The better solution is probably to amend laurentpolynomial's
which expects there is at least one argument and doesn't handle keyword arguments. |
comment:3
This seems to work now (8.0.b11) |
comment:4
However, there are still serious issues with New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Travis Scrimshaw |
Commit: |
comment:5
ok, let it be. Thanks |
Reviewer: Frédéric Chapoton |
Changed branch from public/rings/laurent_polynomial_call-17554 to |
Univariate Laurent polynomials behave very differently with
__call__
compared to other polynomials. In particular, the following does not (correctly) work:The original symptom (which has been fixed by other means, see comment:3) came from
but if we change things to a univariate Laurent polynomial ring, we get:
See comment:2.
Component: commutative algebra
Keywords: Laurent polynomial, substitution
Author: Travis Scrimshaw
Branch/Commit:
7f41391
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/17554
The text was updated successfully, but these errors were encountered: