Search for a tool
Product ∏

Tool to perform formal calculations of products with the operator ∏ (uppercase pi), allowing infinite products or defined arithmetic multiplication from 1 to n.

Results

Product ∏ -

Tag(s) : Arithmetics

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Product ∏' tool for free! Thank you!

Product ∏

Product ∏ Calculator










Answers to Questions (FAQ)

What is a product ∏? (Definition)

In mathematics, the product, denoted $ \prod $, is the result of the multiplication $ \times $ of a series of numbers.

How to calculate a finite product?

In arithmetic, the product notation $ \prod_1^n $ allows you to calculate a finite multiplication repeated from $ 1 $ up to $ n $ with an increment of 1 (unless otherwise stated).

Example: The product of the first $ 4 $ integers (also called factorial of 4) is written $$ 1 \times 2 \times 3 \times 4 = \prod_{i=1}^{4} i = 4! = 24 $$

Example: The increasing factorial (or Pochhammer function) is written $ (x)_n=x(x+1)(x+2)\cdots(x+n-1) $ and $ (x+1)_n=(x+1)(x+2)\cdots(x+n) = \prod_{k=1}^{n} (x+k) $

Sometimes the product does not converge towards a value, it can diverge and have no result.

How to calculate an infinite product?

The notation $ \prod_1^\infty $ (sometimes shortened to $ \prod $) indicates the calculation of an infinite multiplication repeated from $ 1 $ to infinity $ \infty $ by an increment of 1 (unless otherwise stated).

Example: $$ \prod_{n=2}^{\infty} \left( 1-\frac{1}{n^2} \right) = \frac{1}{2} $$

Some functions can be described as an infinite product

Example: The sine function $$ \sin{x} = x \prod_{n=1}^\infty \cos\left( z/2^n \right) $$

Example: The logarithm function $$ \ln{x} = (x-1) \prod_{n=1}^\infty \frac{2}{1+x^{1/2^n}} $$

How to calculate a double product?

The notation $ \prod \prod $ is read $ \prod \left (\prod \right) $ so the inner product (between the parenthesis) is calculated first, then the outer product is calculated.

How to make the ∏ product symbol?

The product is written with the dedicated mathematical symbol ∏ (Unicode U+220F) which is inspired by the Greek letter pi uppercase Π (Unicode U+03A0).

In Greek, pi corresponds to the letter P (like the first letter of Product).

In LaTeX, the operator is \prod

Source code

dCode retains ownership of the "Product ∏" source code. Except explicit open source licence (indicated Creative Commons / free), the "Product ∏" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Product ∏" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Product ∏" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Product ∏" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Product ∏ on dCode.fr [online website], retrieved on 2024-07-27, https://www.dcode.fr/product-calculator

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Product ∏' tool for free! Thank you!


https://www.dcode.fr/product-calculator
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback