R=QQ[x,y,z,x0,x1,x2,x3,z0,z1,z2,z3]
S=QQ[a,b,c,d,e,f,g,h,i,j,k,l,m]
T=R**S
I=ideal(-x + x0,x1 - a*y,x2 - a*(b*x + (c + d*y)*z), x3 - a*(a*b*y + d*z*(b*x + (c + d*y)*z) +
c*(m + j*x**2 + f*y + k*y*y + x*(e + h*y) + (g +i*x)*z + l*z*z) + d*y*(m + j*x*x + f*y + k*y*y +
x*(e + h*y) + (g + i*x)*z + l*z*z)))
G = gb(I);
and
gens G
prints an output with several components. mingens returns less components and one of them seems to be function of only x0, x1, x2 and x3
(exactly what I need).
Is there an easy way for Macaulay2 to return only the polynomial in x0,x1,x2 and x3?
How to check the length of G?
How to access each of the components of G separately?
Many thanks
Ed
To unsubscribe from this group and stop receiving emails from it, send an email to macaulay2+...@googlegroups.com.
To post to this group, send email to maca...@googlegroups.com.