exteriorPower(ZZ,CoherentSheaf) -- exterior power
Synopsis:
exteriorPower(i,F) -- calculate the i-th exterior power of a coherent sheaf
F.
Code:
-- ../../../Macaulay2/m2/varieties.m2:143-144
exteriorPower(ZZ,CoherentSheaf) := CoherentSheaf => options -> (i,F) ->
sheaf(variety F, exteriorPower(i,F.module,options))