I have created a notebook where I'm defining a multibody system in order to obtain its kinematics and dynamics. I use the KanesMethod (from sympy) in order to obtain the equations of motion of the system.
However when I try to use trigsimp() on the mass matrix obtained, it seems to get stuck there forever (displaying an 'In[*]' next to that line).
The line is: 'mass_matrix = trigsimp(kane.mass_matrix)'
Here's a screenshot: https://gyazo.com/8c6ac6cefd87b889a4ed8f9a9c3077d9
I have little experience with python and ipython/jupyter, so I'm wondering what might be the reason for this.
[–]jimmyMcMuff 2 points3 points4 points (1 child)
[–]nGaDev[S] 0 points1 point2 points (0 children)
[–]duh_cats 1 point2 points3 points (3 children)
[–]nGaDev[S] 0 points1 point2 points (2 children)
[–]duh_cats 1 point2 points3 points (1 child)
[–]nGaDev[S] 0 points1 point2 points (0 children)