Top
Back: FultonA
Forward: EulerAff
FastBack:
FastForward:
Up: chern_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.2.59 CSMA

Procedure from library chern.lib (see chern_lib).

Usage:
CSMA(I); I an ideal

Return:
list of integers

Purpose:
computes the Chern-Schwartz-MacPherson classes of the variety defined by I

Note:

Example:
 
LIB "chern.lib";
// consider the projective plane with homogeneous coordinates x, y, z
ring r = 0, (x, y, z), dp;
// the Chern-Schwartz-MacPherson class of a smooth cubic:
ideal I=x3+y3+z3;
I;
CSMA(I);
// the Chern-Schwartz-MacPherson class of singular cubic
// that is a union of 3 non-collinear lines:
ideal J=x*y*z;
J;
CSMA(J);
// the Chern-Schwartz-MacPherson class of singular cubic
// that is a union of 3 lines passing through one point
ideal K=x*y*(x+y);
K;
CSMA(K);


Top Back: FultonA Forward: EulerAff FastBack: FastForward: Up: chern_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.