Skip to content

Fractal dimension. This is a python implementation of calculation of fractal dimension. For this particular code, duffing oscillator is taken, but any system can be taken.

Notifications You must be signed in to change notification settings

themalcoder/fractal-dim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fractal Dimension

The main inspiration of this is from 3Blue1Brown Video named Fractals are typically not self-similar. You can watch the video here.

I took this Duffing Oscillator as an arbitrary example, any or for most (probaby) of the systems, fractal dimension can be calculated without much effort. Just has to change the systyem and probably fine tune everything else.

Graphs are generated prgramatically and is saved the graphs directory with sub-folders named as set-1, set-2 etc.

As of now, multiprocessing is not implemented.

About

Fractal dimension. This is a python implementation of calculation of fractal dimension. For this particular code, duffing oscillator is taken, but any system can be taken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages