convert/pwlist - convert a piecewise function to a list
|
Calling Sequence
|
|
convert(piecewise, pwlist, x)
|
|
Parameters
|
|
piecewise
|
-
|
piecewise expression
|
pwlist
|
-
|
literal name
|
x
|
-
|
(optional) name; specify variable
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?