facets>>vertices, simplicial, neighbourly
                 
 
	Cyclic polytopes are those that satisfy Gale's Eveness
	Condition [159].  They are neighbourly.
177, 182, 159, 83, 149
n
gamma(n,d)
d
for ($i=newint(); $i<$n; $i++){
    coord(1);
    for ($j=1; $j <= $d; $j++){
	coord($i**$j);
    }
    newrow();
}
returnmatrix();