64
Izidor Hafner Mazes for Superintelligent Ginzburg projection

Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

Embed Size (px)

Citation preview

Page 1: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

Izidor Hafner

Mazes for Superintelligent

Ginzburg projection

Page 2: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

Introduction Let as take an example. We are given a uniform polyhedron.

rhombicuboctahedron 84, 3, 4, 4<

In Mathematica the polyhedron is given by a list of faces and with a list of koordinates of vertices [Roman E. Maeder, The Mathematica

Programmer II, Academic Press1996]. The list of faces consists of a list of lists, where a face is represented by a list of vertices, which is

given by a matrix. Let us show the first five faces:

i

k

jjjjjjjjjjjjjjjj

81, 2, 6, 3<

81, 3, 4<

81, 4, 10, 5<

81, 5, 8, 2<

82, 8, 14, 7<

y

{

zzzzzzzzzzzzzzzz

The nest two figures represent faces and vertices. The polyhedron is projected onto supescribed sphere and the sphere is projected by a

cartographic projection.

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 2

Page 3: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

1

2

3

4

5

67

8

910 11

12

1314 15 16

1718

19

20

21 22

2324

25

26

1 2 3

45

6

78 9

1011

12

13

14 15

16 1718

19

2021

22 2324

The problem is to find the path from the black dot to gray dot, where thick lines represent walls of a maze.

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 3

Page 4: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

The solution is given by a list of faces passed from the black to gray dot.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 4

Page 5: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

ProblemsCell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 5

Page 6: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

1.

tetrahedron 83, 3, 3<

1 2

3

4

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 6

Page 7: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

2.

truncated tetrahedron 86, 6, 3<

1 2

3

4

5

6

7

8

10

11

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 7

Page 8: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

3.

octahemioctahedron 96,3ÅÅÅÅÅ2

, 6, 3=

1 23

4

5

69

10

11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 8

Page 9: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

4.

tetrahemihexahedron 94,3ÅÅÅÅÅ2

, 4, 3=

1 23

4

5

6

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 9

Page 10: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

5.

octahedron 83, 3, 3, 3<

1 2

3

4

5

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 10

Page 11: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

6.

cube 84, 4, 4<

1 2

3

4

5

6

7

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 11

Page 12: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

7.

cuboctahedron 83, 4, 3, 4<

1 2

3

4

5 7

8

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 12

Page 13: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

8.

truncated octahedron 86, 6, 4<

1 2

3

4

5

6

7

8

9

11

14

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 13

Page 14: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

9.

truncated cube 88, 8, 3<

1 2

3

4

56

7

8

10

11

12

13

16

17

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 14

Page 15: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

10.

rhombicuboctahedron 84, 3, 4, 4<

1 2

3

4

5

6

8

10

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 15

Page 16: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

11.

truncated cuboctahedron 84, 6, 8<

1 2

3

4

5

6

7

8

9

11

14

16 20

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 16

Page 17: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

12.

snub cube 83, 3, 3, 3, 4<

1 2

3

4

5

6 7

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 17

Page 18: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

13.

small cubicuboctahedron 98,3ÅÅÅÅÅ2

, 8, 4=

1 2

3

4

5

6

8

10

11

12

14

18

19

21

23

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 18

Page 19: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

14.

great cubicuboctahedron 98ÅÅÅÅÅ3

, 3,8ÅÅÅÅÅ3

, 4=

1 2

3

4

5

6

810

11

12

14

18

19

21

23

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 19

Page 20: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

15.

cubohemioctahedron 96,4ÅÅÅÅÅ3

, 6, 4=

1 23

4

5

6

7

8

9

10

11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 20

Page 21: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

16.

cubitruncated cuboctahedron 98ÅÅÅÅÅ3

, 6, 8=

1 2

3

4

5

6

7

89

10

12 13

16

17

20

24

27

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 21

Page 22: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

17.

great rhombicuboctahedron 94,3ÅÅÅÅÅ2

, 4, 4=

1 2

3

4

5

6

8

10

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 22

Page 23: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

18.

small rhombihexahedron 98, 4,8ÅÅÅÅÅ7

,4ÅÅÅÅÅ3=

1 2

3

4

5

6

7

8

10

11

12

14

18

19

20

21

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 23

Page 24: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

19.

stellated truncated hexahedron 98ÅÅÅÅÅ3

,8ÅÅÅÅÅ3

, 3=

1 2

3

4

5

6

7

8

10

1112

13

16

17

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 24

Page 25: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

20.

great truncated cuboctahedron 98ÅÅÅÅÅ3

, 4, 6=

1 2

3

4

5

6

7

8

9

11

12

14 18

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 25

Page 26: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

21.

great rhombihexahedron 94,8ÅÅÅÅÅ3

,4ÅÅÅÅÅ3

,8ÅÅÅÅÅ5=

1 2

3

4

5

6

7

8

1011

1214

16

19

20

21

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 26

Page 27: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

22.

icosahedron 83, 3, 3, 3, 3<

1 2

3

4

5

6

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 27

Page 28: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

23.

dodecahedron 85, 5, 5<

1 2

3

4

5

6

7

8

9

10

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 28

Page 29: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

24.

icosidodecahedron 83, 5, 3, 5<

1 2

3

4

5 7

8

11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 29

Page 30: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

25.

truncated icosahedron 86, 6, 5<

1 2

3

4

5

6

7

8

9

10

12

15

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 30

Page 31: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

26.

truncated dodecahedron 810, 10, 3<

1 2

3

4

56

7

8

10

11

12

13

16

17

20

21

26

27

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 31

Page 32: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

27.

rhombicosidodecahedron 84, 3, 4, 5<

1 2

3

4

5

6

8

10

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 32

Page 33: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

28.

truncated icosidodecahedron 84, 6, 10<

1 2

3

4

5

6

7

8

9

11

14

16 20

24 29

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 33

Page 34: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

29.

snub dodecahedron 83, 3, 3, 3, 5<

1 2

34

5

6 7

15

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 34

Page 35: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

SolutionsCell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 35

Page 36: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

1.

tetrahedron 83, 3, 3<

1 2

3

4

1

2 34

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 36

Page 37: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

2.

truncated tetrahedron 86, 6, 3<

1 2

3

4

5

6

7

8

10

11

1

2 3

4

5

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 37

Page 38: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

3.

octahemioctahedron 96,3ÅÅÅÅÅ2

, 6, 3=

1 23

4

5

69

10

11

12

1

2

3

4

5

6

7

8

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 38

Page 39: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

4.

tetrahemihexahedron 94,3ÅÅÅÅÅ2

, 4, 3=

1 23

4

5

6

1

2

3

4

5

6

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 39

Page 40: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

5.

octahedron 83, 3, 3, 3<

1 2

3

4

5

1

2

3

4

5

6

7

8

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 40

Page 41: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

6.

cube 84, 4, 4<

1 2

3

4

5

6

7

12

3

4

5

6

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 41

Page 42: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

7.

cuboctahedron 83, 4, 3, 4<

1 2

3

4

5 7

8

1

2

3

4

5

6

7

8

9

10

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 42

Page 43: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

8.

truncated octahedron 86, 6, 4<

1 2

3

4

5

6

7

8

9

11

14

1

2

3

4

5

6

7

8

9

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 43

Page 44: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

9.

truncated cube 88, 8, 3<

1 2

3

4

56

7

8

10

11

12

13

16

17

1

2

3

4 56

7

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 44

Page 45: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

10.

rhombicuboctahedron 84, 3, 4, 4<

1 2

3

4

5

6

8

10

1

2

3

4

5

6

7 8

9

10

11

12

13

14

15

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 45

Page 46: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

11.

truncated cuboctahedron 84, 6, 8<

1 2

3

4

5

6

7

8

9

11

14

16 20

1

2

3

4

5

6 7

8

9

10

11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 46

Page 47: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

12.

snub cube 83, 3, 3, 3, 4<

1 2

3

4

5

6 7

1

2

3

4

5

67

8

910

11

12

13

14

15

16

17

18

19

20

21 22

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 47

Page 48: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

13.

small cubicuboctahedron 98,3ÅÅÅÅÅ2

, 8, 4=

1 2

3

4

5

6

8

10

11

12

14

18

19

21

23

1

2

3 4

5

6

7

8

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 48

Page 49: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

14.

great cubicuboctahedron 98ÅÅÅÅÅ3

, 3,8ÅÅÅÅÅ3

, 4=

1 2

3

4

5

6

810

11

12

14

18

19

21

23

1

2 3

4

5 67

8

9

10

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 49

Page 50: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

15.

cubohemioctahedron 96,4ÅÅÅÅÅ3

, 6, 4=

1 23

4

5

6

7

8

9

10

11

12

12

345

6

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 50

Page 51: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

16.

cubitruncated cuboctahedron 98ÅÅÅÅÅ3

, 6, 8=

1 2

3

4

5

6

7

89

10

12 13

16

17

20

24

27

1

23 4 5

6

7 8

9

10 11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 51

Page 52: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

17.

great rhombicuboctahedron 94,3ÅÅÅÅÅ2

, 4, 4=

1 2

3

4

5

6

8

10

1

2

3

4

5

6

7

8

9

10

1112

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 52

Page 53: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

18.

small rhombihexahedron 98, 4,8ÅÅÅÅÅ7

,4ÅÅÅÅÅ3=

1 2

3

4

5

6

7

8

10

11

12

14

18

19

20

21

1

2

3

4

5

67

8

910

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 53

Page 54: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

19.

stellated truncated hexahedron 98ÅÅÅÅÅ3

,8ÅÅÅÅÅ3

, 3=

1 2

3

4

5

6

7

8

10

1112

13

16

17

1

2

3

4

5

6

7

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 54

Page 55: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

20.

great truncated cuboctahedron 98ÅÅÅÅÅ3

, 4, 6=

1 2

3

4

5

6

7

8

9

11

12

14 18

1

2

3

4

5

6

7

8

9

10

11

12

13

14

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 55

Page 56: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

21.

great rhombihexahedron 94,8ÅÅÅÅÅ3

,4ÅÅÅÅÅ3

,8ÅÅÅÅÅ5=

1 2

3

4

5

6

7

8

1011

1214

16

19

20

21

1

2

3

4

5 6

7

8

9

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 56

Page 57: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

22.

icosahedron 83, 3, 3, 3, 3<

1 2

3

4

5

6

1

2

3

4

5

6 7

8

9 10

11

12

1314

15

16

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 57

Page 58: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

23.

dodecahedron 85, 5, 5<

1 2

3

4

5

6

7

8

9

10

1

2

3

45

6

7

89 10

1112

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 58

Page 59: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

24.

icosidodecahedron 83, 5, 3, 5<

1 2

3

4

5 7

8

11

12

1

2

3

4

5

6

7

8

9

10

11

12

13

14

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 59

Page 60: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

25.

truncated icosahedron 86, 6, 5<

1 2

3

4

5

6

7

8

9

10

12

15

12 3

4 5

67

8

910

11

12

13

14

1516

17

18

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 60

Page 61: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

26.

truncated dodecahedron 810, 10, 3<

1 2

3

4

56

7

8

10

11

12

13

16

17

20

21

26

27

1

2

3

4

5

6 7

8

9

10 11

12

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 61

Page 62: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

27.

rhombicosidodecahedron 84, 3, 4, 5<

1 2

3

4

5

6

8

10

12

1

23

4

5

6

78

910

11

12

13

14

15

16

1718

19

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 62

Page 63: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

28.

truncated icosidodecahedron 84, 6, 10<

1 2

3

4

5

6

7

8

9

11

14

16 20

24 29

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

1819

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 63

Page 64: Mazes for Superintelligent - mat03.fe.uni-lj.simat03.fe.uni-lj.si/html/people/izidor/homepage/Mazes/SuperIntelligent3.pdfIntroduction Let as take an example. We are given a uniform

29.

snub dodecahedron 83, 3, 3, 3, 5<

1 2

34

5

6 7

15

1 2

3 4

56

7

8

9

10

11

1213

14

15 16

1718

19

2021

22

23

2425

26

27

28

29

Cell[ TextData[ {I. Hafner, Mazes for Superintelligent"}], "Header"] 64