piecewise - 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


combine/piecewise

apply combine to piecewise functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

combine(f, piecewise)

combine(f)

Parameters

f

-

any expression

Description

• 

The combine function is applied to the arguments of a piecewise function.

• 

To make a single piecewise expression out of two, use convert(expr, piecewise, var).

Examples

combinepiecewise0<x&comma;cosx2+sinx2&comma;expx2expy

&ExponentialE;2x+yx010<x

(1)

combinepiecewisex<1&comma;expxexp2x&comma;3<x&comma;4sinx3

&ExponentialE;xx<10x3sin3x+3sinx3<x

(2)

See Also

convert[piecewise]

piecewise