convert product to summation

67 Views Asked by At

I would like to write the following function as a summation

$F(x) = \prod_{n=1}^{N} (1-e^{-\frac{x}{\gamma_{n}}})$.

I could not figure out how to expand it? Can someone please give me a hint?

Thanks.

1

There are 1 best solutions below

0
On

$$\prod_{n=1}^N (1+x_n) = \sum_{A \subseteq \{1,\dots,N\}} \prod_{a\in A} x_a$$