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

Online Help

All Products    Maple    MapleSim


type/expanded

check for an expanded polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, expanded)

Parameters

expr

-

polynomial

Description

• 

Assuming that type(expr, polynom) is true, then type(expr, expanded) will return true if expr is an expanded polynomial, false otherwise.

Examples

type4xyxx+y,expanded

false

(1)

type4x2y+4xy2x2xy,expanded

true

(2)

See Also

expand

type

type/polynom