You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docstring, this last return value indicates that X[1]^2 + a[1]*X[2]^2 is absolutely irreducible. But it isn't.
Oh, and the docstring is slightly incomplete, too: it claims the return value is a vector with one coefficient, and then tuples containing one or two polynomials. Which is technically correct, but it omits the information that those tuples have one extra member, which I think is a multiplicity, maybe?
The text was updated successfully, but these errors were encountered:
Noticed by @benlorenz when the CI for PR #2077 failed. But I can also reproduce this locally, by re-invoking it a couple of times:
According to the docstring, this last return value indicates that
X[1]^2 + a[1]*X[2]^2
is absolutely irreducible. But it isn't.Oh, and the docstring is slightly incomplete, too: it claims the return value is a vector with one coefficient, and then tuples containing one or two polynomials. Which is technically correct, but it omits the information that those tuples have one extra member, which I think is a multiplicity, maybe?
The text was updated successfully, but these errors were encountered: