Storing symbolic eoms #435
Replies: 2 comments
-
|
Yes you can. Here is an example of storing what lambdify generates, for example: https://github.com/mechmotum/bicycle-kickplate-model/blob/master/model.py You can write sympy objects to disk in a number of ways. This is a question for the sympy and there are many past answers on the mailing list, issues, etc. Search there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am playing around with some simulation, where it takes 10 min to get the eoms.
Is there a way to store / retrieve the symbolic eoms, like one can store the solution with np.savetxt(..) / np.loadtxt(..)?
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions