Can Pi prod be expressed using Sigma Notation?

6.9k Views Asked by At

Can $\prod(x)$ be expressed in terms of $\sum (x)$?

1

There are 1 best solutions below

4
On BEST ANSWER

$$\prod_k x_k = \exp\left( \sum_k \ln x_k \right),$$ and as Unwisdom wrote in the comments, if you want to go the other way, $$\sum_k x_k = \ln \left( \prod_k \exp(x_k) \right).$$