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

D.5.2.3 CompleteHomog

Procedure from library chern.lib (see chern_lib).

Usage:
CompleteHomog(N, c); N integer, c list of polynomials

Return:
list of polynomials

Purpose:
computes the list of the complete homogeneous symmetric polynomials in terms of the elementary symmetric polynomials (entries of c)

Note:

Example:
 
LIB "chern.lib";
ring r = 0, (x(1..3)), dp;
list l=x(1..3);
//Complete homogeneous symmetric polynomials up to degree 3 in variables x(1), x(2), x(3)
print( CompleteHomog(3, l) );


Top Back: symNsym Forward: segre 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.