We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcdx
julia> R, t = ZZ[:t] julia> f = 57*t^6 + 63*t^5 + 299*t^4 + 753*t^3 + 511*t^2 + 292*t + 83 julia> g = 225*t^2 + 299*t + 178 julia> gcd(f,g) 1 julia> gcdx(f,g) # <- hangs
does not terminate (at least in general, of course I did not test all cases).
Not sure if we can do something about it, but my students (who stumbled into this by accident) were surprised.
The text was updated successfully, but these errors were encountered:
It should be an error. The method should be removed.
Sorry, something went wrong.
No branches or pull requests
does not terminate (at least in general, of course I did not test all cases).
Not sure if we can do something about it, but my students (who stumbled into this by accident) were surprised.
The text was updated successfully, but these errors were encountered: