Run Runge-Kutta methods in python.
All examples are placed under examples/
Run a spring-damping system simulation with a given set of parameters.
This experiment gives the unit impulse response of a spring-damping system, and try fitting the result to an underdamped (
See examples/spring-damping/
for more details.
To run this experiment:
# in project root directory
python examples/spring-damping/spring-damping-experiment.py
Use your own parameters:
# in project root directory
python examples/spring-damping/spring-damping-experiment.py --param path/to/your/para.json