A = QQ[x,y]
B = A/ideal{y^2}
C = QQ[z,Degrees => {2}]
phi = map(B,C,{x^2})
M = pushForward(phi,B^1)
isFreeModule M
One can do the same thing even when the ring homomorphism is not injective, but you have to pushForward along the induced map on the quotient (which I think you must build 'by hand').
Cheers,
Frank
I have a situation where I have a quotient ring B of a polynomial ring A. I want to generate a subring C of B using a certain finite list of variables and determine if B is a free module over C.
How might I do this? I've found there is a method that generates a subring of a polynomial ring, but this doesn't seem to help me with C, and I know there is an isFreeModule routine, but it seems to determine whether the submodule is free (?) rather than vice versa.
--
You received this message because you are subscribed to the Google Groups "Macaulay2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macaulay2+unsubscribe@googlegroups.com.
To post to this group, send email to maca...@googlegroups.com.
Visit this group at https://groups.google.com/group/macaulay2.
For more options, visit https://groups.google.com/d/optout.