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

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

> 

type⁡RootOf⁡x2−3,x,RootOf

true

(1)
> 

type⁡sin⁡3⁢x,RootOf

false

(2)
> 

type⁡RootOf⁡x−3,x,RootOf

false

(3)
> 

type⁡RootOf⁡Z7−2⁢Z5+3,RootOf

true

(4)

See Also

RootOf

type

type/abstract_rootof

type/algext

type/algnum

type/specified_rootof