Raissi, Maziar, Paris Perdikaris, and George Em Karniadakis. "Physics informed deep learning (part i): Data-driven solutions of nonlinear partial differential equations." arXiv preprint arXiv:1711.10561 (2017).
This notebook shows how to solve the simple pendulum equation with some friction,
$ \ddot{\theta} + \alpha \cdot \dot{\theta} + \sin{\theta} = 0 $
where
To test it, run 'simple pendulum_beta.ipynb' notebook.