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.
with⁡StudentCalculus1:
R≔Int⁡sin⁡x+3,x
R≔∫sin⁡x+3ⅆx
Integrand⁡R
sin⁡x+3
R1≔Rulesum⁡R
R1≔∫sin⁡x+3ⅆx=∫sin⁡xⅆx+∫3ⅆx
Integrand⁡R1
sin⁡x,sin⁡x+3,3
Integrand⁡Int⁡Int⁡sin⁡x⁢y,y,xc+Int⁡cos⁡x,x
sin⁡x⁢y,cos⁡x,∫sin⁡x⁢yⅆy
Integrand⁡
sin⁡x⁢y
See Also
Student
Student[Calculus1][Summand]
Download Help Document