File:Disconnected Julia set near period 19 component.png

Summary

Description
English: Disconnected Julia set near period 19 component ( from wake 1/19)
Date
Source made with C program mandel by Curtis T McMullen[1]
Author Adam majewski
Other versions

Bash source code

./quad -d 6000 6000 -C 0.276186163429506  +0.006827897527862 -i 5000 > Cantor5.gif
convert Cantor5.gif -resize 2000x2000 cantor5.png

C source code

// from quad.c  programs by Curtis T McMullen
// http://www.math.harvard.edu/~ctm/programs/home/prog/julia/src/julia.tar

/* Defaults */
#define C {0, 1}
#define CENTER {0.0,0.0}
#define RADIUS 1.5


usage()
{
	fprintf(stderr,"Usage:  quad [options]\n");
	fprintf(stderr,"  -C [c.x c.y] for z^2 + c]\n");
	fprintf(stderr,"  -c [center of window]\n");
	fprintf(stderr,"  -d [n m] nxm raster\n");
	fprintf(stderr,"  -f [(default 1.0) nhd of J to draw]\n");
	fprintf(stderr,"  -i [iteration limit]\n");
	fprintf(stderr,"  -j [just draw Julia set]\n");
	fprintf(stderr,"  -k gray [fill Julia set]\n");
	fprintf(stderr,"  -l [level] - image of |z|=2^level under\n");
	fprintf(stderr,"     Riemann mapping\n");
	fprintf(stderr,"  -p [n] show n points of post-critical orbit\n");
	fprintf(stderr,"  -s subdivision of basin of infinity\n");
	fprintf(stderr,"  -r [radius of window]\n");
	fprintf(stderr,"  -x [ang-num ang-denom level] - image of external ray\n");
	fprintf(stderr,"     at rational ang in [0,1], from level down\n");
	fprintf(stderr,"Postscript file is written to stdout.\n");
	exit(1);
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Disconnected%20Julia%20set%20near%20period%2019%20component.png
Category:Self-published work Category:Disconnected Julia sets Category:Complex quadratic map Category:HSV
  1. programs by Curtis T McMullen
Category:CC-BY-SA-4.0 Category:Complex quadratic map Category:Disconnected Julia sets Category:HSV Category:Pages using deprecated source tags Category:Self-published work