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

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

> 

type⁡4⁢x⁢y−x⁢x+y,expanded

false

(1)
> 

type⁡4⁢x2⁢y+4⁢x⁢y2−x2−x⁢y,expanded

true

(2)

See Also

expand

type

type/polynom