Calculating longitudinal acceleration, lateral acceleration and normal acceleration

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jan 24 01:29:24 EST 2016


On Sunday 24 January 2016 11:27, Robert James Liguori wrote:

> Is there a python library to calculate longitudinal acceleration, lateral
> acceleration and normal acceleration?

Calculate acceleration of what?

I think we need some more detail before we can give a sensible answer, but 
you could try numpy and scipy:


http://www.numpy.org/
https://www.scipy.org/

or Sage:

http://www.sagemath.org/


-- 
Steve




More information about the Python-list mailing list