Symbolic Math Toolbox    

Symbolic Summation
You can compute symbolic summations, when they exist, by using the symsum command. For example, the p-series

adds to , while the geometric series 1 + x + x2 + ... adds to 1/(1 - x), provided |x| < 1. Three summations are demonstrated below.


 Integration Taylor Series