Anzeige



Calculate a Product Sum

Calculator for product sums, a sum Σ of products Π. The inner product with the running variable j runs from o to p, the outer sum with the running variable i runs from m to n. Only the variables i and j may occur in the sum term. The basic arithmetic operations + - * / are allowed, as well as the power function, like pow(j#i) for ji. Further allowed functions are sin(), cos(), tan(), asin(), acos(), atan(), log() for the natural logarithm and fac() for the factorial. Also, the constants e and pi can be used. If i≠j is chosen, factors with equal running variables are omitted. The double product can quickly lead to very high values.

Product Sum
Outer sum from m= to n=

Inner product from o= to p=



Round to decimal places.








Anzeige