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