by PWrong » Mon Aug 28, 2006 12:34 pm
One way is to draw the tetracube and count the cubes.
Or you could simply list them: front, back, left, right, top, bottom, ana, kata.
Another way is to look at the equations for a tetracube:
0<x<1, 0<y<1, 0<z<1, 0<w<1
The eight cubes are as follows:
x=0, 0<y<1, 0<z<1, 0<w<1
x=1, 0<y<1, 0<z<1, 0<w<1
0<x<1, y=0, 0<z<1, 0<w<1
0<x<1, y=1, 0<z<1, 0<w<1
0<x<1, 0<y<1, z=0, 0<w<1
0<x<1, 0<y<1, z=1, 0<w<1
0<x<1, 0<y<1, 0<z<1, w=0
0<x<1, 0<y<1, 0<z<1, w=1