Julia (version 1.3.5)

MandelIterate: MandelIterate

Description

'MandelIterate' returns the number of iteration until a complex value diverges for the Mandelbrot map for a give complex number.

Usage

MandelIterate(z_0)

Value

Returns an integer

Arguments

z_0

A complex coordinate (constant coefficient value for the map)

Author

Mehmet Suzen <mehmet.suzen@physics.org>

Details

Iterate function.

References

The Fractal Geometry of Nature, Benoit B. Mandelbrot, W.H.Freeman & Co Ltd (18 Nov 1982)

See Also

JuliaIterate and MandelIterate

Examples

Run this code
  z_0 <- 0-0.5i
  it  <- MandelIterate(z_0)

Run the code above in your browser using DataLab