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

SheafMap ^ ZZ -- raises a SheafMap to a power

Description

This will create a sheaf map g which is the square of f.

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

        2
o4 = OO
       X

o4 : coherent sheaf on X, free of rank 2

Ways to use this method:


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