home.social

#mandelbrot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mandelbrot, aggregated by home.social.

  1. For, #Genuary19, a 16 x 16 grid of points is iterated through the Mandelbrot fractal equation and the paths of the points traced with smooth curves.

    #mandelbrot #genuary #genuary2026 #fractal

  2. Newton fractal iteration
    z - f(z)/f'(z) + c2

    f(z) = z^-1-c
    with c = (-1,0),
    z initialized to (-1,0),
    and c2 initialized to the coordinates for each point

    #fractal #newtonFractal #mandelbrot #mathematicalArt

  3. What's on your mind ?

    #fractal #newtonFractal #mandelbrot #mathematicalArt

    newton fractal iteration
    z - f(z)/f'(z)

    f(z) = z^3-z+c
    (with z initialized to (0,0) and c initialized to the coordinates)

    #fractal #newtonFractal #mandelbrot