Hi

I am having some trouble lambdifying the dynamicsymbols ..

on doing ..
a = dynamic_symbols('a')

f = lambdify(a,some_expr)

I am getting an invalid syntax error ..

lambda a(t): some_expr

It seems that lambda is unable to process the (t) representation of the
dynamic symbols. Is there any hack which can help be helpful here?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to