Summation
Exercises for students
Express the following in terms of n and check your working using the above applet:
n | | n |
Σ (r2 + 2r + 3) | |
Σ (r2 + 2r + 3) |
r = 1 | | r = 0 |
| | |
2n | | 2n |
Σ (r2 + 3n + 1) | |
Σ (r2 + 3n + 1) |
r = 1 | | r = 0 |
Right-click here to download this page and the Java Class File.