A quadratic equation is drawn as a curve on a set of axes. This type of curve is called a parabola and it is symmetrical. To draw the graph we need coordinates. We generate these coordinates by ...
In this part you do not have to sketch the graph and you may even be given the sketch of the graph to start with. For a quadratic equation of the form \(y = k{(x - a)^2} + b\), the following diagram ...
In this assignment, you are asked to write a program that draws the graph of a given quadratic equation. The program should consist of 3 parts as described below. Part 0: The program should have an ...