I need some help understanting how the following conclusion was made:
We have the recursive function: $ε_n=-n \cdot ε_{n-1}$
How do we come to the conclusion that $ε_n=(-1)^{n-1}\cdot n!\cdot ε_1$
I need some help understanting how the following conclusion was made:
We have the recursive function: $ε_n=-n \cdot ε_{n-1}$
How do we come to the conclusion that $ε_n=(-1)^{n-1}\cdot n!\cdot ε_1$
Recall that $n!=n\cdot(n-1)\cdots 2\cdot 1=n(n-1)!,$ so $$\epsilon _n=(-1)\epsilon_{n-1}=(-n)(-(n-1))\epsilon _{n-2}=(-1)^2n(n-1)\epsilon _{n-2}=\underbrace{\cdots}_{\text{Do it $n-1$ times}}=(-1)^{n-1}n(n-1)\cdots 2\cdot \epsilon _1.$$