Student[Calculus1]
Integrand
find the integrands in an expression
Calling Sequence
Parameters
Description
Examples
Integrand(f)
f
-
algebraic expression or list, set, or rtable of algebraic expressions
The Integrand(f) command returns a list containing the integrands found in f, sorted by integration nesting level.
withStudentCalculus1:
R≔Intsinx+3,x
R≔∫sinx+3ⅆx
IntegrandR
sinx+3
R1≔RulesumR
R1≔∫sinx+3ⅆx=∫sinxⅆx+∫3ⅆx
IntegrandR1
sinx,sinx+3,3
IntegrandIntIntsinxy,y,xc+Intcosx,x
sinxy,cosx,∫sinxyⅆy
Integrand
sinxy
See Also
Student
Student[Calculus1][Summand]
Download Help Document