RootOf - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

 


Download Help Document