Macaulay2 » Documentation
Packages » Varieties :: SheafMap ^** ZZ
next | previous | forward | backward | up | index | toc

SheafMap ^** ZZ -- repeatedly tensors a map

Description

This will create a sheaf map g which is the tensor of f with itself.

i1 : R = QQ[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : X = variety R

o2 = X

o2 : ProjectiveVariety
i3 : f = sheafHom(OO_X, OO_X)

        1
o3 = OO
       X

o3 : coherent sheaf on X, free of rank 1
i4 : g = f ^** 2

        1
o4 = OO
       X

o4 : coherent sheaf on X, free of rank 1

Ways to use this method:


The source of this document is in Varieties/doc-maps.m2:231:0.