Can i evaluate this if both upper and lower boundaries turn out to be zero?!!
does it have a value or should i just disard it during calculation
Can i evaluate this if both upper and lower boundaries turn out to be zero?!!
does it have a value or should i just disard it during calculation
$$\sum_{i=0}^0 a_i = a_0$$ by definition, because by definition
$$\sum_{i=0}^na_i = \begin{cases}a_0 & n=0\\ a_n + \sum_{i=0}^{n-1}a_i & n\geq 1 \end{cases}$$