| LIB "chern.lib";
ring r=0, (t), dp;
// the coefficients of the Chern character of the complex projective line
print( chProj(1) );
// the coefficients of the Chern character of the complex projective plane
print( chProj(2) );
// the coefficients of the Chern character of the complex 3-dimensional projective space
print( chProj(3) );
|