pendulum#

diffeqzoo.bvps.pendulum(*, time_span=(0.0, 1.5707963267948966), parameters=(9.81,))[source]#

Construct the pendulum problem.

The pendulum problem consists of a second-order differential equation and two-point boundary conditions. It is a common example BVP to showcase a boundary value problem solver.

Note

Help wanted!

If you know which paper/book to cite when the pendulum problem is used in a paper, please consider making a contribution.