|  |  D.15.33.17 tensorSheaf Procedure from libraryschubert.lib(see  schubert_lib).
 
Example:Usage:
tensorSheaf(A,B); A sheaf, B sheaf
Return:
sheaf
Theory:
This is the tensor product of two sheaves
 See also:
 addSheaf;
 dualSheaf;
 quotSheaf;
 symmetricPowerSheaf.|  | LIB "schubert.lib";
variety G = Grassmannian(3,4);
def R = G.baseRing;
setring R;
sheaf S = makeSheaf(G,subBundle);
sheaf Q = makeSheaf(G,quotientBundle);
sheaf T = S*Q;
T;
==> A sheaf of rank  3
==> 
 | 
 
 |