i1 : R = ZZ/11 |
i2 : 6_R + 7_R |
i3 : S = QQ[x,y,z]/(x^2-y, y^3-z) |
i4 : {1,x,x^2,x^3,x^4,x^5,x^6,x^7,x^8} |
i5 : T = ZZ/101[r,s,t] |
i6 : T/(r^3+s^3+t^3) |
i7 : r^3+s^3+t^3 |
i8 : U = ooo |
i9 : r^3+s^3+t^3 |
i10 : lift(U_"r",T) |
i11 : promote(T_"r",U) |
i12 : random(2,S) |
i13 : isQuotientRing ZZ |
i14 : isQuotientRing S |
i15 : ambient S |
i16 : coefficientRing S |
i17 : isHomogeneous S |
i18 : isHomogeneous U |
i19 : char (ZZ/11) |
i20 : char S |
i21 : char U |
i22 : presentation S |
i23 : R = ZZ/101[x,y,z]/(x-y,y-z,z-x) |
i24 : trim R |