M2 icon indicating copy to clipboard operation
M2 copied to clipboard

topComponents in quotient rings

Open DanGrayson opened this issue 8 years ago • 0 comments

i2 : R = QQ[x,y,z]/(x*y,x*z);

i3 : topComponents ideal(y,z)

o3 = ideal 1

o3 : Ideal of R

Reported here: https://groups.google.com/forum/#!topic/macaulay2/7t6RYgi_In0

DanGrayson avatar Jun 03 '17 15:06 DanGrayson