Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A_matrix in Linearize method has second derivate of q ! #14705

Open
kurosh-z opened this issue May 9, 2018 · 1 comment
Open

A_matrix in Linearize method has second derivate of q ! #14705

kurosh-z opened this issue May 9, 2018 · 1 comment

Comments

@kurosh-z
Copy link

kurosh-z commented May 9, 2018

I found the equations of Motion for a simple cart_pendulum using Kane's method. I have linearized the equations but in A Matrix there are second derivatives of q ! screenshots captured)
Hier is my code to linearize the equations : (It's actually like in the human_standing tutorial )
linearizer = Kane.to_linearizer()
op_point=[equilibrium_dict, parameter_dict]
linearizer.r=sm.Matrix(specified)
A, B= linearizer.linearize(op_point=op_point, A_and_B=True)
selection_001
selection_002

@kurosh-z kurosh-z changed the title A_matrix in Linearize method have second derivate of q ! A_matrix in Linearize method has second derivate of q ! May 9, 2018
@asmeurer
Copy link
Member

@sympy/mechanics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants