Also keep in mind that the Euler-Lagrange method is useful outside of mechanics, so the code that computes the variation should be separate from the code that is specific to mechanics.
Aaron Meurer On Wed, Mar 28, 2012 at 3:35 PM, Elliot Marshall <[email protected]> wrote: > Thank you all for the input. This is very helpful. I would like to get to > the point where a Lagrangian class can be used to produce equations of > motion outputted in whatever format is desired. Allowing the user to select > the output format would allow him to proceed with simulation in whatever > manner he is most comfortable/knowledgeable with. It would also be cool to > integrate simulation using sympy.odeint for simple problems to quickly get > from problem statement to simulation. > > Elliot > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/Zrs67r4y_6QJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
