-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Doctest: Bug in symbolic GCD computations involving complex I #23793
Comments
Author: Ralf Stephan |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Changed branch from u/rws/fall_back_to_maxima_with_some_symbolic_gcd_computations to none |
Changed author from Ralf Stephan to none |
Changed commit from |
Dependencies: #23950 |
comment:3
Actually this is resolved in Pynac-0.7.12 and just needs a doctest. |
Branch: u/rws/23793 |
Commit: |
New commits:
|
Author: Ralf Stephan |
comment:6
LGTM. |
Reviewer: Travis Scrimshaw |
Changed branch from u/rws/23793 to |
For example
gcd(I-I*x, x^2-1)
will raise a runtime error (becauseI
cannot be converted to Singular by Pynac).Depends on #23950
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
638a14b
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/23793
The text was updated successfully, but these errors were encountered: