This is a file from the Wikimedia Commons

File:Mandelbrot set at Fibonacci point.png

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(2,000 × 2,000 pixels, file size: 875 KB, MIME type: image/png)

Summary

Description
English: Mandelbrot set at Fibonacci point c = -1.8705286321646448888906
Date
Source made with C program mandel by Curtis T McMullen[1]
Author Adam majewski

C src code

usage()
{
	fprintf(stderr,"Usage:  mandel [options]\n");
	fprintf(stderr,"  -b color boundary\n");
	fprintf(stderr,"  -c win center [0.0 0.0]\n");
	fprintf(stderr,"  -d raster dims [%d %d]\n",PIXELS,PIXELS);
	fprintf(stderr,"  -e deg [2]\n");
	fprintf(stderr,"  -i iter lim [%d]\n",ITERLIM);
	fprintf(stderr,"  -j :just draw bdry]\n");
	fprintf(stderr,"  -k gray :fill interior\n");
	fprintf(stderr,"  -n nhd of M [%.1lf]\n",NHD);
	fprintf(stderr,"  -r win radius [%.1lf]\n",RADIUS);
	fprintf(stderr,"  -s basin subdiv [%.0lf]\n",SUBDIVIDE);
	fprintf(stderr,"PS 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.

Bash and Image Magic src code

./mandel -s 10 -i 4000 -c  -1.8705286321646448888906 0 -r 0.0000000001 -d 2000 2000 > Fib.gif
convert Fib.gif fib.png

References

  1. programs by Curtis T McMullen

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

25 November 2017

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:41, 25 November 2017Thumbnail for version as of 21:41, 25 November 20172,000 × 2,000 (875 KB)Soul windsurferUser created page with UploadWizard

Metadata