What does $\sum^n_{r=1} r^2$ mean?
What does \sum^n_{r=1} r^2 mean?
- We start our
r ‘counter’ at1 - Each time, we increase
r by1 until we reachn . - We include
r=n - For each value of
r , we calculater^2 - Finally, we add all those
r^2 values together.
That’s what the
\sum symbol means!