Difference between revisions of "FunExamples"

Line 1: Line 1:
 
__NOTITLE__
 
__NOTITLE__
 
=== Examples of Problems we run in Class ===
 
=== Examples of Problems we run in Class ===
Physical simulation of cubes falling down
+
Exploration of the Mandelbrot set using Python and Cython
 +
<br>[[File:mandelbrot.png|left|top]]
 +
Exploration of a simple cellular automaton, interfacing C++ with Python
 +
<br>[[File:automata.png|left|top]]
 +
Physical simulation of cubes falling down [not done this semester]
 
<br>
 
<br>
 
<br>[[File:cubes.gif|left|top]]
 
<br>[[File:cubes.gif|left|top]]
<br>[[File:mandelbrot.png|left|top]]
 
<br>[[File:automata.png|left|top]]
 

Revision as of 06:15, 16 April 2015

__NOTITLE__

Examples of Problems we run in Class

Exploration of the Mandelbrot set using Python and Cython


Mandelbrot.png

Exploration of a simple cellular automaton, interfacing C++ with Python


Automata.png

Physical simulation of cubes falling down [not done this semester]


Cubes.gif