‘think of the fourth dimension, not as a new region of space – a direction, as has been said, toward which we can never point– but as a principle of growth, of change, a measure of relations which cannot be expressed in terms of length, breadth and thickness’
In tiny, mysterious, curled-up dimensions, is the world of strings. These strings, the tiniest of forms, vibrate in multi-dimensional geometric spaces that are beyond the human senses.
v_36cell = [
(1, 0, 0, 0),
(0, 0, 1, 0),
(0, -1, 0, 0),
(0, 0, 0, -1),
(1, 1, 0, 0),
(-1, -1, 0, 0),
(0, 1, 0, 0),
(-1, 0, 0, 0),
(0, 0, 1, 1),
(0, 0, 0, 1),
(0, 0, -1, -1),
(0, 0, -1, 0) ]
P = Tope.from_vertices(v_36cell) P.save_index() P.cut_2faces_with_hyperplanes(hyperplanes) #save_nets(P, "figs/4902603", force=True, fmt="svg")