Simulating continuous dynamical systems in Go
In my last post, I simulated a discrete Linenmayer System. L-systems evolve by repeatedly applying a transformation that is a function of the current state. Continuous dynamical systems also evolve over time according to a function of the current state, but they are described with differential equations rather than a discrete transformation function.