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.
withStudentCalculus1:
R≔ApproximateIntsinx+3,x=0..3,output=sum
R≔3∑i=09sin3i10+320+310
SummandR
sin3i10+320+3
SummandSum1n2,n=1..∞
1n2
SummandSum1n,n,Sum1k2,k,SumSumjk3,j=1..10,k=1..10
jk3,1n,1k2,∑j=110jk3
Summand
jk3
See Also
Student
Student[Calculus1][Integrand]
Download Help Document