Question: Summation giving unexpected result

I am trying to evaluate the following summation which gives the result 0. But I think answer is not correct.
 

restart; x := 0; evalf(Sum(Sum(x^(q-p), p = 0 .. q), q = 0 .. 10))

0.

(1)

``


 

Download zero.mw

Please Wait...