CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
LoadPackage( "Modules" );

t := VariableForHilbertPolynomial( );

chi := 1/12*t^4+2/3*t^3-1/12*t^2-17/3*t-5;

P := CreateElementOfGrothendieckGroupOfProjectiveSpace( chi, 4 );

# P!.DisplayTwistedCoefficients := true;

Assert( 0, AmbientDimension( P ) = 4 );
Assert( 0, Dimension( P ) = 4 );
Assert( 0, Degree( P ) = 2 );

c := ChernPolynomial( P );
ch := ChernCharacter( c );

## Hirzebruch-Riemann-Roch
Assert( 0, HilbertPolynomial( ch ) = chi );