Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ortanav2/parabola-visualizer
Simple parabola-visualizer made with matplot+numpy [Formula: a(x+d)²+e]
https://github.com/ortanav2/parabola-visualizer
mathematics matplotlib numpy parabola visualization
Last synced: 1 day ago
JSON representation
Simple parabola-visualizer made with matplot+numpy [Formula: a(x+d)²+e]
- Host: GitHub
- URL: https://github.com/ortanav2/parabola-visualizer
- Owner: ortanaV2
- Created: 2023-10-16T18:07:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T16:14:52.000Z (over 1 year ago)
- Last Synced: 2025-01-23T05:14:42.025Z (7 days ago)
- Topics: mathematics, matplotlib, numpy, parabola, visualization
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parabola-Visualizer
> To visualize a parabola:
- enter the degree of curvature `a`
- enter the x-position `d`
- enter the y-positon `e`
> `Based on the formula: a(x+d)²+e`> The matplotlib visualization is calculated