| LIB "chern.lib";
ring r=0, (t), dp;
// the coefficients of the total Chern class of the complex projective line
print( cProj(1) );
// the coefficients of the total Chern class of the complex projective plane
print( cProj(2) );
// the coefficients of the total Chern class of the complex projective space
// of dimension three
print( cProj(3) );
|