Difference between revisions of "Pi notation"

m (Stub)
 
Line 1: Line 1:
Pi notation is a method used to represent the product of terms. It is similar to [[Sigma notation]] but uses a capital letter Pi.
+
'''Pi notation''' is a method used to represent the product of terms. It is similar to [[Sigma notation]] but uses a capital letter Pi.
  
 
== Definition ==
 
== Definition ==
For any integers <math>m</math> and <math>n</math> such that <math>m \leq n</math> and any function <math>a(x)</math> defined on the integers, we write <math>\sum_{k=m}^n a(k)</math> for the product <math>a(m)\cdot a(m+1)\cdot a(m+2)\cdot a(m+3)\cdots a(n-1)\cdot a(n)</math>.
+
For any integers <math>m</math> and <math>n</math> such that <math>m \leq n</math> and any function <math>a(x)</math> defined on the integers, we write <math>\prod_{k=m}^n a(k)</math> for the product <math>a(m)\cdot a(m+1)\cdot a(m+2)\cdot a(m+3)\cdots a(n-1)\cdot a(n)</math>.
 +
 
 +
{{stub}}

Latest revision as of 13:09, 24 March 2025

Pi notation is a method used to represent the product of terms. It is similar to Sigma notation but uses a capital letter Pi.

Definition

For any integers $m$ and $n$ such that $m \leq n$ and any function $a(x)$ defined on the integers, we write $\prod_{k=m}^n a(k)$ for the product $a(m)\cdot a(m+1)\cdot a(m+2)\cdot a(m+3)\cdots a(n-1)\cdot a(n)$.

This article is a stub. Help us out by expanding it.