Lagrangian of three-mass system with Mathematica
Based on the Lagrangian of a mechanical system, we can obtain a system of equations of motion. These equations can be explored numerically using the NDSolve command. They include both the design parameters of the mechanism (overall dimensions, etc.) and the moments of inertia calculated on their basis, etc.
Is it possible, in the process of using the NDSolve command, to find the optimal values of the parameters of the mechanical system according to the selected criterion (for example, the minimum moments of inertia, maximum torques, etc.?).
ParametricNDSolveand optimize this parameter dependent solution – Ulrich Neumann Jul 27 '21 at 09:00