https://github.com/guysoft/scripts-for-fractals-lecture
Scripts I wrote for a lecture I gave on fractals
https://github.com/guysoft/scripts-for-fractals-lecture
Last synced: 8 months ago
JSON representation
Scripts I wrote for a lecture I gave on fractals
- Host: GitHub
- URL: https://github.com/guysoft/scripts-for-fractals-lecture
- Owner: guysoft
- License: gpl-3.0
- Created: 2013-06-22T11:02:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-22T11:06:00.000Z (almost 13 years ago)
- Last Synced: 2025-06-20T03:05:22.142Z (12 months ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
Scripts for a Lecture On Fractals
=================================
Guy Sheffer guy.sheffer at mail.huji.ac.il
These scripts were written for a lecture i gave on fractals during a seminar in Chaos and Dynamical systems given by Prof. Baruch Meerson.
It took me a while to figure out how to calculate the correlation dimension of the logistic map, and since all other work I found online was not as accurate (or in many cases completely wrong) I thought I might publish this.
Scripts in the project:
#. ``logistic_map_dim.py`` - Calculates the correlation dimension of the logistic map Based on `Measuring the strangeness of strange attractors `_ and "Chaos in Dynamical Systems: Edward Ott" page 90-91.
#. ``sierpinski_gasket_animation/sierpinski_gasket_animation.py`` - Generated the Sierpinski gasket fractal, with a cute cat as the base (image can be changed).
#. ``not_shown_in_lecture/logistic_map_plot.py`` - plots the logistic map.
#. ``not_shown_in_lecture/feigenbaum_function_zoom.py`` - Generates images of the Feigenbaum Function, images can be assembled to create a zoom in map.