File:Mcenter10.jpg
Summary
| Description | This file shows centers of hyperbolic components of Mandelbrot set Fc(z)=z*z+c for period 10 ( and its divisors). It is made with gnuplot. Centers are computed with MPSolve. |
| Date | |
| Source | Own work |
| Author | Adam majewski |
Compare with :
- centers 1-12 archive copy at the Wayback Machine made with Maxima, Eigensolve and Gnuplot
- centers of periods 1- 10 made with Maxima and Gnuplot
- the roots of the Mandelbrot polynomial of degree 2.097.151 computed with MPsolve in about 10 days on a dual Xeon server.
Maxima source code
This code draws only boundaries. ( I must add code for drawing points. Coordinates of points are read from file ).
load(draw)$ draw2d ( xrange = [ -2, 0.5], yrange = [-1.25,1.25], nticks = 200, key="main cardioid", parametric( cos(t)/2-cos(2*t)/4, sin(t)/2-sin(2*t)/4, t,-%pi,%pi), key="period 2 component", parametric( cos(t)/4-1, sin(t)/4, t,-%pi,%pi), title="Mandelbrot set " )$
Licensing
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
This graph image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.It is recommended to name the SVG file “Mcenter10.svg”—then the template Vector version available (or Vva) does not need the new image name parameter. |
