-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
implement is_prime() for ideals #7450
Comments
comment:1
Other than the last nitpick the patch looks fine. |
comment:2
Aha! Thanks for the pointer for citations. I had looked in the developer guide and there was nothing about this (I'll open a new ticket to fix that). I have replaced the patch with one that has the proper citation markup. Having had a look at the html output, I also fixed the markup for |
comment:3
Attachment: trac_7450.patch.gz And I replaced it once more, having added an optional argument to |
comment:4
Looks good. |
Reviewer: Martin Albrecht |
Merged: sage-4.3.alpha0 |
The attached patch implements a generic primality testing method for ideals. It is based on the computation of the associated primes of an ideal, and so at the moment will only work for ideals that have this implemented (e.g. ideals in multivariate polynomial rings that Singular can handle).
There are also a few related methods such as
is_primary()
andembedded_primes()
.Component: commutative algebra
Keywords: prime ideal
Author: Alex Ghitza
Reviewer: Martin Albrecht
Merged: sage-4.3.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/7450
The text was updated successfully, but these errors were encountered: