01Apr 2015 Reset color cycle on matplotlib by Andrew Wilson ⋅ Aside This python snippet is useful to reset the color cycle on matplotlib plots: plt.gca().set_prop_cycle(None)
01Apr 2015 Relative Motion to Absolute Motion by Andrew Wilson ⋅ Aside Just a quick reminder about converting relative motion to absolute motion. Say we already have the transfer function for input acceleration to relative motion: The absolute motion of the second mass can be found as The derivation is as follows: