pendulum_with_unused_derivative_argument#

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

Construct the pendulum problem with a signature \((u, \dot u)\) / and an unused second argument.

See pendulum() for a more detailed problem description.