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 :

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

Public domain 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.
Category:Self-published work#Mcenter10.jpgCategory:PD-self#Mcenter10.jpg
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.
Category:Graph images that should use vector graphics#%20Mcenter10.jpgCategory:JPG images that should use vector graphics Category:Mandelbrot set properties Category:Gnuplot graphics Category:Images with Maxima CAS source code
Category:Gnuplot graphics Category:Graph images that should use vector graphics Category:Images with Maxima CAS source code Category:JPG images that should use vector graphics Category:Mandelbrot set properties Category:PD-self Category:Self-published work