Macaulay2 » Documentation
Packages » ToricTopology :: chern
next | previous | forward | backward | up | index | toc

chern -- compute the Chern classes of a quasitoric manifold

Description

Compute the Chern classes of a quasitoric manifold. The output is a list of elements in the cohomology ring of M.

i1 : X = complexProjectiveSpace 3

o1 = QuasiToricManifold{QTMCharacteristicMatrix => | 1 0 0 -1 |                      }
                                                   | 0 1 0 -1 |
                                                   | 0 0 1 -1 |
                        QTMDimension => 6
                        QTMSimplicialComplex => simplicialComplex | bcd acd abd abc |

o1 : QuasiToricManifold
i2 : chern X

               2    3
o2 = {1, 4d, 6d , 4d }

o2 : List

See also

Ways to use chern:

For the programmer

The object chern is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/ToricTopology/Documentation.m2:310:0.