convert/pwlist
convert a piecewise function to a list
Calling Sequence
Parameters
Description
Examples
convert(piecewise, pwlist, x)
piecewise
-
piecewise expression
pwlist
literal name
x
(optional) name; specify variable
A piecewise expression, such as , is converted into an ordered list which represents the piecewise-defined function:
Here, and are implicit.
The variable x can be stated as an extra argument to the convert function. If x is not stated then the variable name is deduced if there is exactly one name appearing in the expression.
See Also
convert
convert/piecewise
Download Help Document