Student[Calculus1]
Summand
find the summands in an expression
Calling Sequence
Parameters
Description
Examples
Summand(f)
f
-
algebraic expression or list, set, or rtable of algebraic expressions
The Summand(f) command returns a list containing the summands found in f, sorted by summation nesting level.
with⁡StudentCalculus1:
R≔ApproximateInt⁡sin⁡x+3,x=0..3,output=sum
R≔3⁢∑i=09⁡sin⁡3⁢i10+320+310
Summand⁡R
sin⁡3⁢i10+320+3
Summand⁡Sum⁡1n2,n=1..∞
1n2
Summand⁡Sum⁡1n,n,Sum⁡1k2,k,Sum⁡Sum⁡jk3,j=1..10,k=1..10
jk3,1n,1k2,∑j=110⁡jk3
Summand⁡
jk3
See Also
Student
Student[Calculus1][Integrand]
Download Help Document