-
Notifications
You must be signed in to change notification settings - Fork 126
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
Wrap more cases for syzygies from Singular #4203
Comments
It seems that the user wants to use I think there simply is no groebner- or standard basis functionality for modules over quotient rings at the moment. The computational backend for such modules is implemented via a deflection to the polynomial case; see So you could either say that it is an issue (which it probably is) that we don't have this functionality. Or for the time being the issue is that we do not clearly communicate with the user. For instance, here we should throw a more informative error message explaining that a call to |
This code works on Singular.jl
maybe just some simplification of modules? |
I'm not too surprised. The functionality is just not integrated in Oscar, yet. |
If #4204 is approved and merged, I would remove the "bug"-label here. The issue can probably stay as a request for an enhancement. |
On Tue, Oct 15, 2024 at 02:17:55AM -0700, Matthias Zach wrote:
I'm not too surprised. The functionality is just not integrated in Oscar, yet.
What is syz(M) supposed to do? Mathematically, I do not think a module
has syzygies at all. There should be a command
syzygies(Vector of Module Elems)
or similar, possibly even liked to nullspace/ kernel of a matrix over
polynomials, but never directly to an ideal or module
…
--
Reply to this email directly or view it on GitHub:
#4203 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
@fieker Of course! But in the example, this is referring to the syz from singular.jl. |
Done; see #4204. |
Yes please. We should wrap the cases Singular can do and thing about more generic options. The same might apply for the localizations Singular can do, as well as localizations of quotient rings, depending on how the performance compares to the generic implementations. |
standard_basis
not working for SubquoModule over quotient ring
From a user on slack, I am just the messenger.
Maybe @wdecker @HechtiDerLachs have an idea or know the person that should have the idea?
Edit: This is with Oscar master version 534513f.
The text was updated successfully, but these errors were encountered: