combine/piecewise
apply combine to piecewise functions
Calling Sequence
Parameters
Description
Examples
combine(f, piecewise)
combine(f)
f
-
any expression
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).
combine⁡piecewise⁡0<x,cos⁡x2+sin⁡x2,exp⁡x2⁢exp⁡y
ⅇ2⁢x+yx≤010<x
combine⁡piecewise⁡x<1,exp⁡x⁢exp⁡−2⁢x,3<x,4⁢sin⁡x3
ⅇ−xx<10x≤3−sin⁡3⁢x+3⁢sin⁡x3<x
See Also
convert[piecewise]
piecewise
Download Help Document