|  |  D.15.33.36 expp Procedure from libraryschubert.lib(see  schubert_lib).
 
Example:Usage:
expp(f,n); f poly, n int
Return:
poly
Purpose:
computing total Chern classes from Chern characters.
 |  | LIB "schubert.lib";
ring r = 0,x,dp;
poly f = 3+x;
expp(f,3);
==> 1/6x3+1/2x2+x+1
 | 
 
 |