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

Online Help

All Products    Maple    MapleSim


IntegrationTools

  

StripOptions

  

remove the options from an integral

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

StipOptions(v)

Parameters

v

-

definite or indefinite integral

Description

• 

The StripOptions command removes any optional arguments from a definite integral.

Examples

withIntegrationTools:

StripOptionsIntfx,x=0..1,'continuous'

01fxⅆx

(1)

StripOptionsIntfx,y,x=0..1,y=0..1,'continuous','method'=FTOC

Intfx,y,x=0..1,y=0..1

(2)

See Also

IntegrationTools