Fractals

What I cannot create, I do not understand.” — Richard P. Feynman



                          "Just keep in mind that what is obvious for you won't be necessarily obvious for the reader."   :— (cKleinhuis )  

Here you can find algorithms and examples of source code for drawing fractals and some techiques related with it like :

Multiplatform, open source and free tools are suggested.

Make a good description of programs/algorithms :

The program is as good as it's documentation.

Try to separate computing parameters from creating images It can slow the program but makes it easier to understand the algorithm ).

If it is possible make one-file programs, or prcedures which can be used in other programs.

Introduction

Programming

                     "separate the calculation phase from the colouring phase" Claude Heiland-Allen


Mathematics

       “It can be argued that the mathematics behind these images is even prettier than the pictures themselves.” Robert L. Devaney
       "many questions concerning (discrete) dynamical systems are of a number theoretic or combinatorial nature." Christian Krattenthaler

Fractals made by the iterations

Iterations of complex numbers :2D

Rational maps

Polynomials
Chebyshev polynomials
Complex quadratic polynomials

Other fractals


Fractal programs

  1. kf-extras - git repo
  2. fractalforums : kf-extras-for-manipulating-output-from-kalles-fraktaler-2
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.