Synopsis:
map(M,p) -- recasts a matrix p to a map whose target is M by tensoring p with a graded free module of rank 1.
i1 : R = ZZ/101[x,y] |
i2 : p = matrix{{x,y}} |
i3 : q = map(R^{3},p) |
i4 : degrees target q |
i5 : degrees source q |
See also: