Recreational Mathematics With Python Save

Short python samples of recreational mathematics.

Project README

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.

https://user-images.githubusercontent.com/2202567/230522822-1c96265c-c805-4710-ba59-d8fae02b6fdd.mp4

Open Source Agenda is not affiliated with "Recreational Mathematics With Python" Project. README Source: beltoforion/recreational_mathematics_with_python

Open Source Agenda Badge

Open Source Agenda Rating