student
Sum
inert form of sum
Calling Sequence
Parameters
Description
Examples
Sum(f, i = a..b)
f
-
expression to be summed (expression in i)
i
summation variable
a, b
(optional) upper and lower bounds defining the range of summation for i
Important: The student package has been deprecated. Use the superseding package Student instead.
This function corresponds to the sum of f for i in the given range. It is an unevaluated form of the Maple sum function, so only some minor simplifications are performed. Expressions involving Sum can be manipulated by routines such as expand, and changevar.
Use value to force Sum to evaluate like sum.
The command with(student,Sum) allows the use of the abbreviated form of this command.
with⁡student:
Sum⁡f⁡i,i=a..b
∑i=ab⁡f⁡i
Sum⁡x2+x,x=1..n
∑x=1n⁡x2+x
expand⁡
∑x=1n⁡x2+∑x=1n⁡x
See Also
expand
Student
student(deprecated)[changevar]
sum
value
Download Help Document