Summation symbol with just one letter below it? How to verbally state.

6k Views Asked by At

enter image description here

I'm used to seeing summation capital sigmas with a "start" at bottom and a "stop" at top and would say the sum from i to 100 or whatever. But in this case, there is just a y at bottom.

How would I write this out so a screen reader would be able to read it aloud and get the correct idea across to the listener?

3

There are 3 best solutions below

0
On BEST ANSWER

I would say "sum of $f$ of $x$ and $y$ over all $y$." This is usually what is meant when no upper or lower limits are given.

0
On

It is an abbreviation of summing over a set, which is usually clear from the context. Example: In Linear Integer Programming we could have some set $V$ representing $n$ nodes and some value $c_i$ for each node $i \in V$. The following terms are equivalent $$\sum_{i \in V}c_i \quad \text{and} \quad \sum_i c_i.$$ The advantage is that is saves time but on the other hand it is lacks formallity.

0
On

It depends on context. Sometimes it means "sum over all possible values of $y$" (where which values of $y$ are allowed should be clear from the context), but sometimes it means an indefinite sum or "anti-difference", analogous to an indefinite integral or antiderivative:

$$ \sum_y f(x,y) = g(x,y)\ \text{where}\ g(x,y+1) - g(x,y) = f(x,y) $$