You should use one of the computer algebra systems below with this module. Click on the appropriate icon for your preferred CAS and then arrange your screen so that you can easily move back-and-forth between this window and your CAS window. Click on the appropriate help button for help.
There are many situations in which we need to sum or add a large number of numbers. Because this happens so often, mathematicians have adopted some notation -- called summation notation or sometimes sigma notation (because the Greek letter sigma is used) for use in this situation. Computer algebra systems like Maple, Mathematica, and the TI-92 have similar notation.
We illustrate this notation with an example. Suppose that we want to find the sum
Notice that we are adding 100 terms. We will use the notation aj for the j-th term in this sum. Notice that the terms can be described by the formula
Using summation notation this sum is written

Notice that this notation has several elements labeled in the figure below.

Look at your CAS window to see how summation is denoted for your CAS system.
1 + 2 + 3 + ... + 10
using sigma notation and then compute it using your computer algebra system. answer
1 + 2 + 3 + ... + 100
using sigma notation and then compute it using your computer algebra system. answer
1 + 3 + 5 + ... + 99
using sigma notation and then compute it using your computer algebra system. answer
1 + 2 + 4 + 16 + ... + 512
using sigma notation and then compute it using your computer algebra system. answer
1 + (1/2) + (1/4) + ... + (1/1024)
using sigma notation and then compute it using your computer algebra system. answer