neutrino
- 2,091
- 2
I'm asked to define recursively (definition by induction) \prod_{k=1}^{n}a_k
Well, I wrote down the following:
\prod_{k=1}^{1}a_k = a_1
Assuming \prod_{k=1}^{n}a_k has been defined for some n\geq1,
\prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k
A similar method was used to define the summation notation in the text, so I used it here.
But the answer given at the back is
\prod_{k=1}^{0}a_k = 1; \prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k
I don't understand why the index goes from 1 to 0, and why they have defined it to be 1. Please clarify this.
Well, I wrote down the following:
\prod_{k=1}^{1}a_k = a_1
Assuming \prod_{k=1}^{n}a_k has been defined for some n\geq1,
\prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k
A similar method was used to define the summation notation in the text, so I used it here.
But the answer given at the back is
\prod_{k=1}^{0}a_k = 1; \prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k
I don't understand why the index goes from 1 to 0, and why they have defined it to be 1. Please clarify this.