|  |  D.5.17.15 totalSegreClass Procedure from libraryschubert.lib(see  schubert_lib).
 
Example:Usage:
totalSegreClass(S); S sheaf
Return:
poly
Input:
S is a sheaf
Theory:
This is the total Segre class of a sheaf.
SEE AlSO: totalChernClass
 
 |  | LIB "schubert.lib";
variety G = Grassmannian(2,4);
def R = G.baseRing;
setring R;
sheaf S = makeSheaf(G,subBundle);
totalSegreClass(S);
==> q(2)+q(1)+1
 | 
 
 |