I came across something which i think should have been solved by sympy:

> from sympy import 


*> x, y, z = symbols('x y z')> n, N = symbols('n N', integer=True)> 
summation(sin(n*x), (n, 1, N))
Sum(sin(n*x), (n, 1, N))         # so it returns the expression as it is


 

I expected the answer to be a *piece-wise* function, what's the catch in 
this ?

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/bf7ddc6d-485a-4bf4-92a9-4c26ad02180b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to