The purpose of this project is to illustrate the mathematics used to identify whether or not a complex number is a member of the Mandelbrot set. The complex number you input identifies the complex number at the lower left corner of the first quadrant. The variable side divides the first quadrant into a mesh of complex numbers. The algorithm then identifies whether the complex number at every point of the mesh is or is not a member of the Mandelbrot set.