piecewise - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

combine⁡piecewise⁡0<x&comma;cos⁡x2+sin⁡x2&comma;exp⁡x2⁢exp⁡y

&ExponentialE;2⁢x+yx≤010<x

(1)
> 

combine⁡piecewise⁡x<1&comma;exp⁡x⁢exp⁡−2⁢x&comma;3<x&comma;4⁢sin⁡x3

&ExponentialE;−xx<10x≤3−sin⁡3⁢x+3⁢sin⁡x3<x

(2)

See Also

convert[piecewise]

piecewise