Integrand - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]

 


Download Help Document