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

Online Help

IntegrationTools

  

Split

  

split the range of integration

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Split(v, c)

Parameters

v

-

definite or indefinite integral

c

-

splitting point(s)

Description

• 

The Split command splits the range of integration of v: .

• 

The second parameter c is a splitting point or a list of splitting points. Alternatively, a list of the form [f(i), i = m..n] can be specified. In this case [seq(f(i), i=m..n)] will be used as the splitting points if m and n are constants.  If at least one of m or n is symbolic, the points f(m), f(m+1), ... , f(n-1), f(n) will be used and the result is correct as long as (m-n) is an integer.

Examples

(1)

(2)

(3)

(4)

See Also

IntegrationTools

 


Download Help Document