diff options
Diffstat (limited to 'mathematical.html')
-rw-r--r-- | mathematical.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mathematical.html b/mathematical.html index 4dde0c1..477fa39 100644 --- a/mathematical.html +++ b/mathematical.html @@ -20,10 +20,18 @@ <div class="project-title"><a href="hypersphere.html">Hypersphere</a></div> Shows a projection of a <a href="https://en.wikipedia.org/wiki/3-sphere">hypersphere</a> onto the plane. It uses a 2x4 matrix to convert 4D points into 2D points. Use the arrow keys and the mouse to rotate it in 4D. - + </div> </div> - + + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/stochastic.png" width="400" height="400"><br> + <div class="project-title"><a href="stochasticca.html">Stochastic elementary cellular automata</a></div> + Run <a href="https://en.wikipedia.org/wiki/Stochastic_cellular_automaton">Stochastic elementary cellular automata</a>. + </div> + </div> + <div class="row"> <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> <img src="screenshots/modularpascal.png" width=256 height=256><br> |