Visualizing the Mandelbrot Set Using Python (< 50 Lines

By Medium - 2020-12-19

Description

The Mandelbrot Set is known to be one of the most beautiful fractals in mathematics. Though first discovered at the beginning of the 20th century, we can use computers to create detailed renderings…

Summary

  • ) See how Math + Computer Science = Art The Mandelbrot Set is known to be one of the most beautiful fractals in mathematics.
  • Where the Mandelbrot set gets really interesting is understanding the behavior near these points by visualizing at what rate the function diverges.
  • Then, we can iterate through the Mandelbrot Set’s core function, waiting for when the distance from the origin is greater than 2.
  • We can compute the number of successful iterations as a proportion of our threshold, and feed this value to a color generator.

 

Topics

  1. Coding (0.19)
  2. NLP (0.14)
  3. Machine_Learning (0.1)

Similar Articles

Automatic Social Share Images

By ryanfiller.com - 2020-12-11

I am a designer, developer, illustrator, and maker living and working in Memphis, Tennessee. This is my blog and portfolio.