Macaulay2 » Documentation
Packages » SRdeformations :: fvector
next | previous | forward | backward | up | index | toc

fvector -- The F-vector of a complex.

Synopsis

Description

The fvector of C. This is printed always when printing a complex and the faces are known.

i1 : R=QQ[x_0..x_5];
i2 : C=fullCyclicPolytope(3,R);
i3 : fvector C

o3 = {1, 6, 12, 8, 1}

o3 : List
i4 : eulerCharacteristic C

o4 = 0
i5 : dC=boundaryOfPolytope(C);
i6 : fvector dC

o6 = {1, 6, 12, 8, 0}

o6 : List
i7 : eulerCharacteristic dC

o7 = 1

See also

Ways to use fvector :

For the programmer

The object fvector is a method function.