Skip to content

erroradib/parabola_func_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Parabola Graph Plotter

This Python script allows you to plot various types of parabolas.

Instructions

  1. Choose the type of parabola you want to plot by entering the corresponding number.
  2. Enter the required coefficients and values as prompted.
  3. The plot will be displayed.

Example

To plot ( y^2 = 4ax ):

  1. Run the script.
  2. Enter 1 to choose ( y^2 = 4ax ).
  3. Enter the coefficient a.
  4. Enter the x value.
  5. The plot will be displayed.

Usage

Run the script using Python:

python parabola_func_graph.py

Types of Parabolas Supported

  • y^2 = 4ax
  • x^2 = 4ay
  • y = ax^2 + bx + c
  • x = ay^2 + by + c
  • y^2 = -4ax
  • x^2 = -4ay

Dependencies

  • numpy
  • matplotlib

Author Adnan Adib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages