Mandelbrot Set

imhotep

Well-known member
  • Mar 29, 2017
    14,824
    8
    35,334
    113
    It's difficult to explain it easily unless you read about it. Simply it's what's called a fractal.

    Mathematically it's a set of iterations...of all complex numbers z for which the sequence defined by the iteration z(0) = z, z(n+1) = z(n)*z(n) + z, n=0,1,2, ... remains bounded.

    May be try this out https://brunomarion.com/fractals-for-dummies/
     
    Last edited: