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

D.5.2.16 chDual

Procedure from library chern.lib (see chern_lib).

Usage:
chDual(c); c list of polynomials

Return:
list of polynomials

Purpose:
computes the list of Chern classes of the dual vector bundle

Note:

Example:
 
LIB "chern.lib";
// Chern classes of a vector bundle that is dual to a vector bundle
// with Chern classes c(1), c(2), c(3)
ring r=0, (c(1..3)), dp;
list l=c(1..3);
print(chDual(l));
==> [1]:
==>    -c(1)
==> [2]:
==>    c(2)
==> [3]:
==>    -c(3)


Top Back: ChernRootsDual Forward: ChernRootsProd 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.1, 2022, generated by texi2html.