Module 7 · Weeks 14–15 · Graduate

Algorithmic Composition & Dynamical Systems

From deterministic rewriting systems to emergent complexity: algorithms that compose music and the mathematics that explains why they work.

L-System Composer

Koch curve mapped to ascending/descending pitch

0 events

Rules: F → F+F-F-F+F · Axiom: F

Simulation: L-Systems & Cellular Automata Patterns

Visualise a Koch L-system melody as a piano roll, generate Wolfram CA space-time diagrams for Rules 30 and 90, and compare per-row entropy across Rules 30, 90, and 110.

Python
script.py129 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server