dynamic symbols ?

26 views
Skip to first unread message

Kamel Ibn Aziz Derouiche

unread,
Oct 13, 2015, 7:21:06 AM10/13/15
to PyDy
Hi All,,

 Please more details (example) for dynamic symbols because i don't understand .

Best regards
Kamel

Jason Moore

unread,
Oct 13, 2015, 10:03:25 AM10/13/15
to py...@googlegroups.com
The dynamicsymbols function simply creates SymPy functions of the variable t (by default). It is a convenience function. It is equivalent to:

from sympy import Function, symbols
t = symbols('t')
q = Function('q')(t)

--
You received this message because you are subscribed to the Google Groups "PyDy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pydy+uns...@googlegroups.com.
To post to this group, send email to py...@googlegroups.com.
Visit this group at http://groups.google.com/group/pydy.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages