| LIB "chern.lib";
ring r=0, (t), dp;
// the coefficients of the Todd class of the complex projective line
print( tdProj(1) );
// the coefficients of the Todd class of the complex projective line
print( tdProj(2) );
// the coefficients of the Todd class of the complex projective line
print( tdProj(3) );
|