Skip to content

Find Quadratic Equation

Jackkillian edited this page Jan 12, 2023 · 2 revisions

Find Quadratic Equation

Takes 3 points and outputs a quadratic equation that lies on all of them, if possible.

Input

3 Points:

  • (X, Y): point 1
  • (X2, Y2): point 2
  • (X3, Y3): point 3

Output

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.

Clone this wiki locally