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

Online Help

All Products    Maple    MapleSim


type/RootOf

check for a RootOf expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, RootOf)

Parameters

expr

-

any expression

Description

• 

An expression is of type RootOf if it is of the form RootOf(x), where x is an algebraic expression.

Examples

typeRootOfx23,x,RootOf

true

(1)

typesin3x,RootOf

false

(2)

typeRootOfx3,x,RootOf

false

(3)

typeRootOfZ72Z5+3,RootOf

true

(4)

See Also

RootOf

type

type/abstract_rootof

type/algext

type/algnum

type/specified_rootof