Comment #9 on issue 2723 by [email protected]: What should summation() do with non-integer limits?
http://code.google.com/p/sympy/issues/detail?id=2723

The original question was about about summation over 1/2, 1, 3/2. With the above definition, only 1/2 and 3/2 would be considered. I'm curious if there is a system that would allow 1/2 step instead of the default 1. E.g. if we are given summation(f(k), (k, a/b, c/d)), take the step to be 1/lcm(b, d).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to