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

D.5.17.18 symmetricPowerSheaf

Procedure from library schubert.lib (see schubert_lib).

Usage:
symmetricPowerSheaf(S,n); S sheaf, n int

Return:
sheaf

Theory:
This is the n-th symmetric power of a sheaf

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


Top Back: tensorSheaf Forward: quotSheaf FastBack: FastForward: Up: schubert_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.