Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 676 Bytes

Harmonic Oscilator

Intro

The damped harmonic oscillator is a classic problem in mechanics. It describes the movement of a mechanical oscillator (eg spring pendulum) under the influence of a restoring force and friction.

$$m\ddot{u} + \mu \dot{u} + ku = 0$$

Results

logisticReg

Acknowledgement