student(deprecated)/Sum - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : student(deprecated)/Sum

student

  

Sum

  

inert form of sum

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Sum(f, i = a..b)

Parameters

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

Description

• 

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.

Examples

Important: The student package has been deprecated. Use the superseding package Student instead.

withstudent:

Sumfi,i=a..b

i=abfi

(1)

Sumx2+x,x=1..n

x=1nx2+x

(2)

expand

x=1nx2+x=1nx

(3)

See Also

expand

Student

student(deprecated)[changevar]

sum

Sum

value