ECE 5760: Laboratory 4

Mandelbrot set visualization.

Introduction.

In this assignment you will implement a system to compute and draw the Mandelbrot set, and to zoom in on pieces of the set. A matlab program shows how the computation is done. Note that the numbers are all complex. The image below is from the program output. The x,y axis units are pixels, not natural units. The x axis range is [-2,1] and the y axis [-1,1]. And Shiva Rajagopal found a video for Mandelbrot Set made by Cornell students! https://www.youtube.com/watch?v=ES-yKOYaXq0 Lyrics: http://www.jonathancoulton.com/wiki/Mandelbrot_Set/Lyrics
mandelbrot

Procedures:

Examples from class:

Other links


Assignment

Your written lab report should include the sections mentioned in the policy page, and :


Copyright Cornell University March 22, 2016