-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
164 lines (142 loc) · 6.57 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang=en>
<head>
<title>1-1i</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta name='googlebot' content='noarchive', 'nosnippet'>
<meta name='robots' content='noarchive', 'nosnippet'>
<meta name='description' content='Graphical rendering of mathematical models in python' />
<meta name='keywords' content='dany shaanan, math, python, rendering, python PIL, mathematics, code' />
<link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700' rel='stylesheet' type='text/css'>
<link href='/css/style.css' rel='stylesheet' type='text/css'>
<style>
section#menu a.page { text-decoration: none !important; color: #000 !important; }
section { margin-bottom: 5em; }
img:not(.ih) { height: 200px; }
img:not(.iw) { width: 200px; }
</style>
<!-- <script type='text/javascript' src='js/jquery-1.6.2.min.js'></script> -->
<!-- <script type='text/javascript'></script> -->
</head>
<body>
<header>
<h1>Visual mathematics</h1>
<h3>Rendered in Python, explained in English</h3>
<h5>By <a href='//danyshaanan.com'>Dany Shaanan</a></h5>
</header>
<section id='menu'>
<h3>What is this about?</h3>
This is a collection of mathematical graphics generated by Python3 scripts.
<br /><br />
The point is;<br />
to plainly explain the meaning of the mathematical objects,<br />
to present them in an aesthetically pleasing way,<br />
and to let visitors see, download, and play with the scripts that generate them.<br />
<br />
Feel free to contact me through the mail address in <a href='//danyshaanan.com'>my home page</a>.
<br /><br /><hr />
<a class='page' href='renderings/coast_lines'>
<h3>Random fractalic coast lines:</h3>
<img src='renderings/coast_lines/output/coast_line_3_2_0.png' />
<img src='renderings/coast_lines/output/coast_line_3_2_1.png' />
<img src='renderings/coast_lines/output/coast_line_3_0_1.png' />
<img src='renderings/coast_lines/output/coast_line_4_1_1.png' />
</a>
<br /><br />
<a class='page' href='renderings/mandelbrot_and_julia'>
<h3>Mandelbrot and Julia:</h3>
<img src='renderings/mandelbrot_and_julia/output/mandelbrot.png' />
<img src='renderings/mandelbrot_and_julia/output/julia_11005.png' />
<img src='renderings/mandelbrot_and_julia/output/julia_10507.png' />
<img src='renderings/mandelbrot_and_julia/output/julia_10208.png' />
</a>
<br /><br />
<a class='page' href='renderings/cave_generation'>
<h3>Cave generation:</h3>
<img src='renderings/cave_generation/output/cave_1000000000.png' />
<img src='renderings/cave_generation/output/cave_1000065536.png' />
<img src='renderings/cave_generation/output/cave_1001048576.png' />
<img src='renderings/cave_generation/output/cave.gif' />
</a>
<br /><br />
<a class='page' href='renderings/elementary_cellular_automaton'>
<h3>Elementary cellular automaton:</h3>
<img src='renderings/elementary_cellular_automaton/output/01101101.png' />
<img src='renderings/elementary_cellular_automaton/output/01101010.png' />
<img src='renderings/elementary_cellular_automaton/output/00010110.png' />
<img src='renderings/elementary_cellular_automaton/output/00101101.png' />
</a>
<br /><br />
<a class='page' href='renderings/lorenz_attractor'>
<h3>Lorenz Attractor:</h3>
<img src='renderings/lorenz_attractor/output/lorenz.gif' class='iw' />
<img src='renderings/lorenz_attractor/output/lorenz10000.png' class='iw' />
</a>
<br /><br />
<a class='page' href='renderings/conditional_random_points'>
<h3>Random point placing patterns:</h3>
<img src='renderings/conditional_random_points/output/x1xxxxx78.png' />
<img src='renderings/conditional_random_points/output/x1xxx567x.png' />
<img src='renderings/conditional_random_points/output/x1xx45678.png' />
<img src='renderings/conditional_random_points/output/0xx3xx678.png' />
</a>
<br /><br />
<a class='page' href='renderings/lindenmayer_system'>
<h3>L-system:</h3>
<img src='renderings/lindenmayer_system/output/sierpinski_1.png' />
<img src='renderings/lindenmayer_system/output/penta_flake.png' />
<img src='renderings/lindenmayer_system/output/cesaro.png' />
<img src='renderings/lindenmayer_system/output/circles.png' />
</a>
<br /><br />
<a class='page' href='renderings/sierpinski'>
<h3>Sierpinski triangle and other shapes:</h3>
<img src='renderings/sierpinski/output/sierpinski_3_0.png' />
<img src='renderings/sierpinski/output/sierpinski_3_2.png' />
<img src='renderings/sierpinski/output/sierpinski_3_4.png' />
<img src='renderings/sierpinski/output/sierpinski_5_9.png' />
</a>
<br /><br />
<a class='page' href='renderings/logistic_map'>
<h3>The logistic map:</h3>
<img src='renderings/logistic_map/output/logistic_map_whole.png' class='iw' />
</a>
<br /><br />
<!--
<a class='page' href='renderings/lorentz_attractor'>
<h3>Lorentz attractor:</h3>
</a>
<br /><br />
<a class='page' href='renderings/mandelbrot'>
<h3>The Mandelbrot and Julia sets:</h3>
</a>
<br /><br />
-->
</section>
<section>
<h4>Links</h4>
<ul>
<li><a href='https://npmjs.org/package/cli-mandelbrot'>cli-mandelbrot, a Nodejs command line viewer of the Mandelbrot set</a></li>
<li><a href='https://github.com/danyshaanan/mandelbrot'>mandelbrot@github - Renderings of the Mandelbrot set in various languages</a></li>
<li><a href='http://danyshaanan.com/playground/tree'>Interactive fractal tree. JavaScript on Canvas</a></li>
<li><a href='http://danyshaanan.com/playground/l-systems'>Interactive L-Systems. JavaScript on Canvas</a></li>
<li><a href='http://danyshaanan.com/playground/fractal_coast'>Random Coast Line Animation. JavaScript on Canvas</a></li>
<li><a href='1-1i'>The meaning of this domain name and the original site</a></li>
<li><a href='//danyshaanan.com'>My home page</a></li>
</ul>
</section>
<footer>
</footer>
<a href="https://github.com/danyshaanan/1-1i.com"><img class='iw ih' style="position: absolute; top: 0; right: 0; border: 0;" src="/forkme.png" alt="Fork me on GitHub"></a>
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38734863-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>