Em 09-11-2011 15:22, David Joyner escreveu:

In [1]: diff([cos(t), sin(t), exp(t), t)

Are you missing a ] ? This works for me:

In [5]: t = Symbol('t')
In [7]: print diff([cos(t), sin(t), exp(t)], t)
[-sin(t), cos(t), exp(t)]

Sorry, the error (missing ']') is only present in the email. I have typed ok in SymPy. On SymPy 0.6.6/0.6.7 it works, but on SymPy 0.7.1 does not.

    Thanks.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to