PabRod / pendulum

Mechanical simulation of simple and double non-inertial pendula
MIT License
3 stars 1 forks source link

Sloppy differentiation #2

Open PabRod opened 5 years ago

PabRod commented 5 years ago

The numerical differentiation in the method ni_pendulum, part of models.py is artisanal and open to improvement.

Implement a standard method. More information here.

PabRod commented 5 years ago

After encapsulation, this issue now refers to _format_accelerations