Summand - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[Calculus1]

  

Summand

  

find the summands in an expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Summand(f)

Parameters

f

-

algebraic expression or list, set, or rtable of algebraic expressions

Description

• 

The Summand(f) command returns a list containing the summands found in f, sorted by summation nesting level.

Examples

withStudentCalculus1:

RApproximateIntsinx+3,x=0..3,output=sum

R3i=09sin3i10+320+310

(1)

SummandR

sin3i10+320+3

(2)

SummandSum1n2,n=1..

1n2

(3)

SummandSum1n,n,Sum1k2,k,SumSumjk3,j=1..10,k=1..10

jk3,1n,1k2,j=110jk3

(4)

Summand

jk3

(5)

See Also

Student

Student[Calculus1]

Student[Calculus1][Integrand]