cyclic(n,d)

keywords

facets>>vertices, simplicial, neighbourly

description

                 
 

Cyclic polytopes are those that satisfy Gale's Eveness Condition [159]. They are neighbourly.

references

177, 182, 159, 83, 149

n_vertices

n

n_facets

gamma(n,d)

dim

d

vertices


for ($i=newint(); $i<$n; $i++){
    coord(1);
    for ($j=1; $j <= $d; $j++){
	coord($i**$j);
    }
    newrow();
}

returnmatrix();