Skip to content

RodericGuigoCorominas/smtb2016cpxdyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complex Dynamics in Python (SMTB 2016)

These are the materials, mainly jupyter notebook, of the course I taught at the School of Molecular and Theoretical Biology the summer of 2016 in Barcelona on Complex Dynamical Systems and Python.

Complex dynamical systems have been studied for over one-hundred years and there are still notable open conjectures. Yet, to have a basic understanding of the rules of the game it only requires basic understanding of complex numbers and recursive functions. This course combines theory lessons with practical work using Jupyter Notebooks. The notebooks contain explanations and exercises.

Julia Sets

Julia sets of the polynomial f(z)=z^2 - 0.8 - 0.15i. Repeated iterations of this function on different values in the complex plane lead to different behaviours. The Julia set (vs Fatou set) consists of the points where the behavior is chaotic (vs regular).

Uncolored Colored

Mandelbrot Set

The Mandelbrot Set is a map of Julia Sets. More concretely, the coloring of a point c measures properties of the Julia set of the polynomial z^2 + c.

About

Course on Complex Dynamics (SMTB 2016)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors