i1 = R = ZZ/101[x,y,z]
o1 = R
o1 : PolynomialRing
i2 = see R
Z/101[x,y,z; Degrees => {1, 1, 1}; MonomialOrder => grlex1[1,1,1]] i3 = see (x+1)^6
x6+6x5+15x4+20x3+15x2+6x+1 i4 = see handle (x*y*z)
xyz i5 = see 0
Z
Go to main index.
Go to concepts index.