Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 6028

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 508128840 *}

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

i8 :