Synopsis:
map(M,N,r) -- construct a map from a module N to M which is provided by the ring element r.
If r is nonzero, then M and N should be equal, or at least have the same number of generators.
i1 : R = ZZ/101[x] |
i2 : map(R^2,R^3,0) |
i3 : map(R^2,R^2,x) |
i4 : q = map(R^2,R^2,x,Degree=>1) |
i5 : isHomogeneous q |
See also: