Home Online Manual
Top
Back: totalSegreClass
Forward: tensorSheaf
FastBack:
FastForward:
Up: schubert_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.33.16 dualSheaf

Procedure from library schubert.lib (see schubert_lib).

Usage:
dualSheaf(S); S sheaf

Return:
sheaf

Theory:
This is the dual of a sheaf

Example:
 
LIB "schubert.lib";
variety G = Grassmannian(2,4);
def R = G.baseRing;
setring R;
sheaf S = makeSheaf(G,subBundle);
sheaf D = dualSheaf(S);
D;
==> A sheaf of rank  2
==> 
See also: addSheaf; quotSheaf; symmetricPowerSheaf; tensorSheaf.