Lagrange’s Method in Physics/Mechanics: Stiffness Matrix

45 views
Skip to first unread message

kass...@gmail.com

unread,
Jul 21, 2016, 6:49:01 PM7/21/16
to sympy
from sympy.physics.mechanics import *

provides:
LM = LagrangesMethod(L, [q1, q2])

and:
LM.mass_matrix

i.e. a matrix of some coefficients...

Why is there no:
LM.stiffness_matrix

i.e. a matrix of some other coefficients...?

Regards,
Sven 

Jason Moore

unread,
Jul 21, 2016, 6:52:18 PM7/21/16
to sy...@googlegroups.com
Sven,

A stiffness matrix is only relevant when you have a system that is described by linear differential equations. In the general, non-linear form of the equations of motion of a rigidbody system there is only one matrix that can be extracted, i.e. the matrix of coefficients for the accelerations, the mass matrix. You can always linearize you system of equations and then find the coefficients of the generalized speeds and coordinates to get the damping and stiffness matrices, respectively.

--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/1a0ccccf-bc06-4644-9000-1706642117da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages