Question: This lab will be done in EdStem workspace. Follow the ITEC136 Coding Convention for coding guidelines and styles. You will submit the ab here. Nrite

This lab will be done in EdStem workspace. Follow the ITEC136 Coding Convention for coding guidelines and styles. You will submit the ab here. Nrite a program that draw graphs for quadratic equations. The quadratic equation is: y=ax2+bx+c Prompt user to enter the a,b, and c coefficients. Draw the line from x=10 to x=10. Use numpy arange method to generate x values from -10 010 with step size of 0.1 . For example., x=nparange(10,10,0.1) Jse the plt.axis ( function to set the range of x and y values from -10 to 10 . Add xlabel with x-axis, ylabel with y-axis, and title Quadratic Equation Line. Note: Please name the Python file quadratic.py. The system will not accept any other name. Note: The graph must have grid, title, xlabel, ylabel, legend, and savefig to receive full credit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
