Short python samples of recreational mathematics.
Last updated Jul 2, 2026
67
Stars
16
Forks
0
Issues
0
Stars/day
Attention Score
29
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Recreational Mathematics with Python ======================================== This is the source code repository of the recreational mathematics page at beltoforion.de.
- https://beltoforion.de/en/recreational_mathematics (english)
- https://beltoforion.de/de/unterhaltungsmathematik (german)
John Conways Game of Life
A Python implementation of John Conways Game of Life
* https://beltoforion.de/en/recreationalmathematics/gameof_life.php (english) * https://beltoforion.de/de/unterhaltungsmathematik/gameoflife.php (german)

The Chaos Game
Create fractal patterns with a random iteration algorithm called the chaos game.
* https://beltoforion.de/en/recreationalmathematics/chaosgame.php (english) * https://beltoforion.de/de/unterhaltungsmathematik/chaosspiel.php (german)

2D Wave Equation
A finite difference solution to the 2D wave equation with absorbing boundary conditions and up to 8th order accuracy of the spacial derivations.
- https://beltoforion.de/en/recreational_mathematics/2d-wave-equation.php (english)
- https://beltoforion.de/de/unterhaltungsmathematik/2d-wellengleichung.php (german)
The Sierpinski Triangles and more
A python implementation for computing fractals with a recursive algortihm.
- https://beltoforion.de/en/recreationalmathematics/sierpinskitriangle.php (english)
- https://beltoforion.de/de/unterhaltungsmathematik/sierpinski_dreieck.php (german)
3D Wave Equation
A finite difference solution to the 3D wave equation with absorbing boundary conditions.
- https://beltoforion.de/en/recreational_mathematics/3d-wave-equation.php (english)
- https://beltoforion.de/de/unterhaltungsmathematik/3d-wellengleichung.php (german)
๐ More in this category