Skip to content

A program to generate a parabola equation given a vertex, a point on the parabola, and the direction.

Notifications You must be signed in to change notification settings

NicholasDawson/Parabola-Equation-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Run on Repl.it

Parabola-Equation-Generator

A program to generate a parabola equation given a vertex, a point on the parabola, and the direction.

Example:

-----PARABOLA EQUATION GENERATOR-----
Horizontal or Vertical?
Type H or V: v
Vertex X: 1
Vertex Y: 0
Point X: 5
Point Y: 3

y = 3/16(x -1)²

About

A program to generate a parabola equation given a vertex, a point on the parabola, and the direction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages