-
Notifications
You must be signed in to change notification settings - Fork 67
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
Support basic Ideal properties #2038
Comments
Hi, thanks for your interest! This package is mostly focus on providing some general interfaces for algebraic structures, plus some toy implementations of them primarily for testing purposes. There isn't even a general ideal type in this package (just one for euclidean domains, so necessarily all of those would be principal ideals). To implement functions like Instead, perhaps have a look at Oscar.jl which has
Some examples:
This is all with a multivariate polynomial ring in one variable. Annoyingly not much seems to be there yet for the true univariate case. It shouldn't be hard to add that (to Hecke, I guess, @thofma ? should I ask one of our students to work on it?)
I've submitted a patch with the missing |
Some more partial progress in thofma/Hecke.jl#1825 In general this issue here however is part of the older issue #1733 so I am going to close this here and add some more details there. |
Suggestion: copy what Sage does to answer questions about basic Ideal properties.
Sage has
Knowing these properties can likely speed up other algorithms as well.
The text was updated successfully, but these errors were encountered: