i1 : R = ZZ/101[a,b]; |
i2 : S = ZZ/101[x,y,z]; |
i3 : f = map(R,S,{a^2,a*b,b^2}) |
We can apply this ring map to elements of S in the usual way.
i4 : f(x+y+z) |
i5 : f S_2 |
i6 : g = map(S,ZZ/101[t],{x+y+z}) |
i7 : f * g |
i8 : f.matrix |
i9 : kernel f |
i10 : image f |
i11 : isHomogeneous f |
i12 : graphRing f |
i13 : graphIdeal f |