-
Notifications
You must be signed in to change notification settings - Fork 33
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
minimal_generating_set for homogeneous ideals #529
Comments
Can we have an example? and a way to test if the homogeneous input is valid in idMinBase? |
What precisely is minimal_generating_set meant to do in the non-homogeneous case? |
returns a minimal set of generators of an ideal, resp. module, if the input is either homogeneous or if the ordering is local. |
Thx @hannes14 So the task here ist to extend something from the local to the graded case? |
Singular.jl has minimal_generating_set for the local case, |
O.k. , then the question is should that be as general as possible, that is, should this apply to all (multi)gradings for which we have Nakayama's lemma? |
"homogeneous ideals" what is the definition of this, and how do I check it? |
@tthsqe12 I sent you an email ansering your questions |
minimal_generating_set should be extended to
homogeneous/weighted homogeneous ideals
(also: need a test for that)
The text was updated successfully, but these errors were encountered: