Rodrigo Munoz - COP4813 - Web Systems I

Assignment 4 - Equation Plotting

The working code is at JSFiddle:
JSFiddle - Assignment 4 - Cubic Function

Cubic function Calculator
y = ax3 + bx2 + cx + d
[Default values are from example at Wikipedia - Cubic function]
Input a
Input b
Input c
Input d
X Min X Max



Resources used for this assignment:
Wikipedia - Cubic function
JSFiddle - Dr. Eaglin - Sample Calculator Plotting 2
Moving from JSFiddle to Actual Usable Code
    Learned that "You can add /show to the end of a JSFiddle URL to get a standalone page that has all the code combined." which led to learning about: $(window).load(function()


This page validated with 'Web Accessibility Checker' WCAG 2.0 (Level AA)