Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.