pwlist - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/pwlist

convert a piecewise function to a list

 

Calling Sequence

Parameters

Description

Examples

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.

Examples

(1)

(2)

See Also

convert

convert/piecewise

piecewise

 


Download Help Document