Skip to content

rsbowen/nonlinear-pendulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nonlinear-pendulum

This is, for practice, a non-linear pendulum PDE solver. We are discretizing

\theta''(t)= - sin(\theta(t))

to get

(1/h^2) (\theta_(i-1) - 2 \theta_i + \theta_(i+1)) + sin(\theta_i) = 0

which is nonlinear. I'll use a Newton update step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published