DEtools
hamilton_eqs
generate Hamilton equations
Calling Sequence
Parameters
Description
Examples
hamilton_eqs(H)
H
-
any algebraic expression representing the Hamiltonian
hamilton_eqs receives a Hamiltonian and returns a sequence with Hamilton's equations and a list with the p's and q's involved.
Some useful conventions were adopted to represent the p's and q's. All p's and q's must appear as pn or qn where n is a positive integer, as in p1, p2, and the time dependence need not be explicit, as in pn or qn instead of pn(t) or qn(t). The Hamilton equations will be automatically returned using pn(t) or qn(t).
This function is part of the DEtools package, and so it can be used in the form hamilton_eqs(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[hamilton_eqs](..).
withDEtools:
The Toda Hamiltonian
H≔12p12+p22+124exp2q2+2sqrt3q1+exp2q2−2sqrt3q1+exp−4q2−18
H≔p122+p222+ⅇ2q2+23q124+ⅇ2q2−23q124+ⅇ−4q224−18
hamilton_eqsH
ⅆⅆtp1t=−3ⅇ2q2t+23q1t12+3ⅇ2q2t−23q1t12,ⅆⅆtp2t=−ⅇ2q2t+23q1t12−ⅇ2q2t−23q1t12+ⅇ−4q2t6,ⅆⅆtq1t=p1t,ⅆⅆtq2t=p2t,p1t,p2t,q1t,q2t
The Henon-Heiles Hamiltonian
H≔12p12+p22+q12+q22+q12q2−q233
H≔12p12+12p22+12q12+12q22+q12q2−13q23
ⅆⅆtp1t=−2q1tq2t−q1t,ⅆⅆtp2t=−q1t2+q2t2−q2t,ⅆⅆtq1t=p1t,ⅆⅆtq2t=p2t,p1t,p2t,q1t,q2t
See Also
generate_ic
PDEtools
poincare
Poincare
Download Help Document