News

Run quadratic-solver.py from your Python interpreter. When you run it, it will ask for A, B, and C. Input A, B, and C from your standard form (Ax^2 + Bx + C = 0) quadratic equation and push the ...
Notifications You must be signed in to change notification settings This assignment was completed for ITI1120: Introduction to Computing I in the fall 2017 semester, a first year course that ...
You can plot a quadratic equation using a similar method. A classic quadratic equation is ax² + bx + c. We can set variables for a, b, and c as well as create an x-axis: x = np.linspace(-10, 10 ...