simplify/piecewise
simplify piecewise expressions
Calling Sequence
Parameters
Description
Examples
simplify(expr)
simplify(expr, piecewise)
`simplify/piecewise`(expr, var)
expr
-
any expression
piecewise
(optional) literal name; piecewise
var
variable
The simplify/piecewise command can simplify expressions with piecewise functions of one variable. If the expression contains more than one variable use the convert(expr, piecewise, var) calling sequence or the long form `simplify/piecewise`(expr, var).
See Also
convert[piecewise]
Download Help Document