I'm using Macaulay2 1.3.1 (although I also tried this on a machine I
have still running version 1.2)
I'm looking at the following ring
R := ZZ/2[x,y,z,u,v]
and the following ideal
I := ideal(z^2 + x*y*z + x^2*y + x*y^2, u^2 + x*u + x, v^2 + y*v + y)
when I take
"radical I"
I get
"i3 : radical I
convertFacCF2NTLGF2X: coefficient not immidiate! : a_7^2*a_6
Process M2 exited abnormally with code 1"
Does anyone have any thoughts or suggestions? (it also looks like
there's a misspelling in the error message as well).
Karl
R=ZZ/2[x,y,z]
S=R[u,v]
I=ideal(z^2+x*y*z+x^2*y+x*y^2,u^2+x*u+x,v^2+y*v+y)
G=gens gb I
radical(I)
If you're just reporting this bug for reporting purposes, I'm not the
one to be answering.
Doug
>>> KSchwede <ksch...@gmail.com> 03/12/10 11:52 AM >>>
R := ZZ/2[x,y,z,u,v]
and the following ideal
when I take
"radical I"
I get
Karl
--
You received this message because you are subscribed to the Google
Groups "Macaulay2" group.
To post to this group, send email to maca...@googlegroups.com.
To unsubscribe from this group, send email to
macaulay2+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/macaulay2?hl=en.
It's not surprising to me that this ring is much weirder in
characteristic 2 than in char 101 though (it has some strange
ramification going on with other rings), perhaps the ramification is
too wild :-)
There isn't any great priority on this from my point of view.