This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pydy /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Thu Apr 02 18:09:02 -0700 2009 | |
| |
LICENSE | Thu Apr 02 18:12:36 -0700 2009 | |
| |
README | Thu Apr 02 18:05:26 -0700 2009 | |
| |
alwrapper.py | Sun Aug 09 13:37:42 -0700 2009 | |
| |
doc/ | Sun Jul 05 13:15:56 -0700 2009 | |
| |
examples/ | Thu Oct 15 17:52:04 -0700 2009 | |
| |
pydy.py | Thu Oct 15 12:01:03 -0700 2009 | |
| |
test_alwrapper.py | Sun Aug 09 13:44:59 -0700 2009 | |
| |
tests/ | Tue Oct 06 12:11:44 -0700 2009 |
README
PyDy ===== A Python library for studying dynamics. 0. Download ----------- $ git clone git://github.com/hazelnusse/pydy.git 1. Documentation and usage -------------------------- This is a work in progress. Much more will be added here as the project matures. Eventually, the project will have a Google code project page, either within the Sympy page or a stand alone, separate project page. 2. Project goals -------------------------- To allow for easy manipulation of three-dimensional vectors for the purpose of deriving equations of motion. In particular, PyDy is designed to implement Kane's method for forming the equations of motion. Numerical integration of the equations of motion are provided by scipy.integrate.odeint. PyDy has builtin functionality that allows for easy animation of reference frames, points, rigid bodies and particles.







