Mandelbrot


This is a zoomable Mandelbrot sequence using Node JS. Zoom in on an interesting area by dragging your cursor and go back to the previous view by pressing the “space” key. The program uses imaginary numbers to generate the sequence. These numbers have separate real and imaginary pieces. The different coordinates in the Mandelbrot set must pass a test. The set is white and the rest is another color. 

My code for this project is at github.com or at khanacademy.org.

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.