|
This is a program that can plot graphs for quadratic functions. The general format of a quadratic equation is f(x)= ax2+bx+c , where a, b and c are constant. This program
employs a picture box as the plot area and three text boxes to obtain
the values of the coefficients a, b, c of the quadratic equation from
the users. We also need to modify the scale factor in the properties
windows of the picture box. I am using a scale of 0.5 cm to represent 1
unit . This program is useful for high school students and mathematics teachers. |
![]() |
|
|
The Code
|