what about

summation(x**2/factorial(x), (x, 0, oo)) ?

On 18.08.2012 17:54, Saurabh Jha wrote:
Hie,
  I actually need a function that takes as input a general term like
x**2/ fact(x) and returns the summation
1/1 +4/2 + 9/ 6 ....
I was told that I can use generator and transformationset here. I
searched in sympy docs and was not able to figure it out or find it
out. Can someone please tell me how can I use it?

regards,
-Saurabh Jha


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

Reply via email to