-
Notifications
You must be signed in to change notification settings - Fork 0
Quadratic Info
Jackkillian edited this page Jan 12, 2023
·
3 revisions
Gets information about a quadratic equation: X-intercepts, y-intercept, discriminant, vertex, etc.
Prompts for the values of the equation Ax²+Bx+C=0
.
3 values:
-
A
: the A coefficient ofAx²+Bx+C=0
-
B
: the B coefficient ofAx²+Bx+C=0
-
C
: the C value ofAx²+Bx+C=0
Outputs the following values:
- The full quadratic equation
- The x-intercepts
- The discriminant
- The vertex
- The y-intercept
- A symmetrical point (useful for graphing on paper)
The program will quit once you press enter
.