0

Can i evaluate this if both upper and lower boundaries turn out to be zero?!!

enter image description here

does it have a value or should i just disard it during calculation

tinlyx
  • 1,534

1 Answers1

1

$$\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}$$

5xum
  • 123,496
  • 6
  • 128
  • 204