Category Uncategorized

Contact Geometries – Introducing Knoty

Written by Stanislaus Stein The goal of this Python Module is to provide an interactive framework for the visualization of Legendre knots. It generates interactive 3D plots of Legendre knots and contact structures. The final result is an interactive plot…

Continuous Cellular Automata

In a Cellular Automata, we simulate a grid of cells. For each cell, we can calculate its upcoming state based on its previous state. A very famous example of such a system is Conway’s Game of Life. In the Game…