Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muammar/vertex
A program to calculate vertex of a parabola given three points
https://github.com/muammar/vertex
Last synced: 20 days ago
JSON representation
A program to calculate vertex of a parabola given three points
- Host: GitHub
- URL: https://github.com/muammar/vertex
- Owner: muammar
- Created: 2014-03-22T21:10:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T09:56:01.000Z (over 10 years ago)
- Last Synced: 2024-10-16T10:32:40.354Z (2 months ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vertex
======
This is a very simple program that helps you to fit a parabola from three
points. This can be useful to determine the minima of a potential energy
surface.To run the program you only have to call it as follows:
`python /path/to/vertex.py`
Then, you will be asked for the coordinates of your three points which you have
to enter in the format `valuex,valuey`.