Homework 1: Getting Started, Finally!
Short Description:
Implement a program that computes and displays the Newton's Fractal for a given function on a web page.Goals
When you finish this homework, you should- Demonstrated your ability to used javascript to perform basic programming and graphics.
Formal Description
Implement a program that can compute display the Newton's Fractal for a function on a web page using javascript. It is acceptable to use code developed in class to complete this assignment.You should place this on a web server, devweb1.cis.pennwest.edu will be fine, but if you have webspace elsewhere, you may use that as well.