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

D.13.2.47 fVector

Procedure from library gfan.lib (see gfan_lib).

Usage:
fVector(f); f fan

Return:
bigintmat, the f-Vector of f

Example:
 
LIB "gfan.lib";
fan f=emptyFan(2);
fVector(f);
==> 
intmat M[2][2]=1,0,0,1;
cone c=coneViaPoints(M);
insertCone(f,c);
fVector(f);
==> 1,2,1


Top Back: fullFan Forward: getCone 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.