henon_heiles_first_order#

diffeqzoo.ivps.henon_heiles_first_order(**kwargs)#

Construct the Henon-Heiles problem as a first-order differential equation.

Warning

This problem has been generated by wrapping the function henon_heiles_with_unused_derivative_argument() through the function diffeqzoo.transform.second_to_first_order_auto().

The problem is not originally of first order. If you have access to solvers for second-order problems, it might be more efficient to solve the original problem.

See henon_heiles() for a more detailed problem description.