Integrand - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[Calculus1]

  

Integrand

  

find the integrands in an expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Integrand(f)

Parameters

f

-

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

Description

• 

The Integrand(f) command returns a list containing the integrands found in f, sorted by integration nesting level.

Examples

withStudentCalculus1:

RIntsinx+3,x

Rsinx+3ⅆx

(1)

IntegrandR

sinx+3

(2)

R1RulesumR

R1sinx+3ⅆx=sinxⅆx+3ⅆx

(3)

IntegrandR1

sinx,sinx+3,3

(4)

IntegrandIntIntsinxy,y,xc+Intcosx,x

sinxy,cosx,sinxyⅆy

(5)

Integrand

sinxy

(6)

See Also

Student

Student[Calculus1]

Student[Calculus1][Summand]