Skip to content

beltoforion/recreational_mathematics_with_python

Repository files navigation

Recreational Mathematics with Python

This is the source code repository of the recreational mathematics page at beltoforion.de.

This repository contains a number of short python samples illustrating topics from the field of recreational mathematics. The source code of each sample fits on a single page.

John Conways Game of Life

A Python implementation of John Conways Game of Life

page_game_of_life

The Chaos Game

Create fractal patterns with a random iteration algorithm called the chaos game.

page_chaos_game_rgb

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.

page_waves_2d

The Sierpinski Triangles and more

A python implementation for computing fractals with a recursive algortihm.

page_dreiecksfraktal

3D Wave Equation

A finite difference solution to the 3D wave equation with absorbing boundary conditions.

output.mp4