I was wondering if someone could tell me how to write a program for the following.
It is to print out all the values of the equation y=x^2+3x+2, and its derivative, y'=2x+3 for values between x=-5 to 5. Incrementing by 0.5.