-
Notifications
You must be signed in to change notification settings - Fork 0
Find Quadratic Equation
Jackkillian edited this page Jan 12, 2023
·
2 revisions
Takes 3 points and outputs a quadratic equation that lies on all of them, if possible.
3 Points:
- (
X
,Y
): point 1 - (
X2
,Y2
): point 2 - (
X3
,Y3
): point 3
Outputs the following values:
- The
a
coefficient - The
b
coefficient - The
c
value - The full quadratic equation
The program will graph the equation once you press enter
.