File:M(3,1) Misiurewicz point looks like at 1E10 magnification (bottom) use the exponential map.jpg

Original file(500 × 2,000 pixels, file size: 185 KB, MIME type: image/jpeg)

Summary

Description
English: And this is what that M(3,1) Misiurewicz point looks like at 1E10 magnification (bottom) use the exponential map.
Date
Source https://fractalforums.org/share-a-fractal/22/the-mandelbrot-set-inside-out-or-unfurled-and-laid-flat/3303/;topicseen
Author gerrit

Source code

ExponentialMap {
; Ultra Fractal transform code
; Vertical exponential transform.
; Make narrow high window (say 100X800), zoom, put point of interest at bottom.
; Turn on. Tweak with the 2 controls, and select appropriate width (depends on image,
; narrower for deeper zooms).
; author : gerrit
: https://fractalforums.org/share-a-fractal/22/the-mandelbrot-set-inside-out-or-unfurled-and-laid-flat/3303/new#new
global:
  if (4 * #height < 3 * #width)
    pixeldim = 3/#magn/#height
  else
    pixeldim = 4/#magn/#width
  endif
  w = #width * pixeldim
  h = #height * pixeldim
  cc = #center
  c0 = cc - 1i/2 * h +0i*w/2 -w/4 * @sh
  b = w/h*log(#magn) *@b
  a = 1i*w/b
transform:
    if @ison
      c = #pixel
      dc = a*(exp(-1i*b/w*(c-c0)))
      #pixel = c0+dc
    endif
default:
  title = "Exponential map"
  param ison
    caption = "On"
    default = false
  endparam
  float param b
    caption = "vert. control"
    default = 1.2
  endparam
  float param sh
    caption = "hor. shift"
    default = 0
  endparam
}

Licensing

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.

Captions

And this is what that M(3,1) Misiurewicz point looks like at 1E10 magnification (bottom) use the exponential map.

Items portrayed in this file

depicts

3 February 2020

image/jpeg

File history

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

Date/TimeThumbnailDimensionsUserComment
current14:34, 5 February 2020Thumbnail for version as of 14:34, 5 February 2020500 × 2,000 (185 KB)Soul windsurferUser created page with UploadWizard

Metadata