Jason K. Moore
Jason K. Moore
In the project we make use of measurements to calculate intermediate variables needed in the diff_eq_func or canonical_coeffs_func. Students started doing this before I did, because I intended that "measurements"...
There is overhead in evaluating the odes and it'd be nice to get this as fast as possible on our end. For example, `_check_for_duplicate_keys` is called way too many times....
I just did `pip install -U resonance` and it pulled in various dependencies via pip/setuptools. I also updated conda with `conda update --all` (not thinking that this could be a...
See: http://matplotlib.org/users/whats_new.html#interactive-js-widgets-for-animation This would likely work better than what we are doing.
There is a new setup in 1.0 that may be nice for this lib. https://docs.scipy.org/doc/scipy/reference/integrate.html#solving-initial-value-problems-for-ode-systems
It is possible to get stuck in a notebook such that the mouse can only draw rubberbands and won't let you click on Jupyter interface buttons. Just encountered this on...
Stated Objectives: 1. Students will be able to analyze vibrational measurement data to draw conclusions about the measured system's vibrational nature and describe how the system behaves with respect to...
He's got some super cool demos for bode plots and control system response, e.g.: http://worrydream.com/Tangle/ http://worrydream.com/#!/InteractiveExplorationOfADynamicalSystem http://worrydream.com/#!/KillMath
Coverage is now running on travis. We don't need much to get it up to 100%.