Top
Back: setLinearForms
Forward: span
FastBack:
FastForward:
Up: gfan_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.2.40 setMultiplicity

Procedure from library gfan.lib (see gfan_lib).

Usage:
setMultiplicity(c); c cone
setMultiplicity(p); p polytope

Return:
none, stores a multiplicity in c resp p

Example:
 
LIB "gfan.lib";
intmat M[2][3]=
-1,0,0,
0,-1,0;
cone c=coneViaPoints(M);
getMultiplicity(c);
==> 1
setMultiplicity(c,3);
getMultiplicity(c);
==> 3


Top Back: setLinearForms Forward: span FastBack: FastForward: Up: gfan_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.