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

Online Help

All Products    Maple    MapleSim


type/radext

check for an algebraic extension in terms of radicals

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type (expr, radext))

type (expr, radext(K))

Parameters

expr

-

any expression

K

-

(optional) type name for the coefficient domain

Description

• 

The type(expr, radext) function checks if expr is a radical extension of the real numbers.  It is equivalent to type(expr, radical) or expr=I.

• 

The type(expr, radext(K)) function checks whether expr is a radical expression where the expression under the root sign belongs to the domain K.  For example, K could be integer or rational.

• 

This function returns true if expr is such an expression. Otherwise, false is returned.

Examples

> 

type⁡sqrt⁡x2+5,radext

true

(1)
> 

type⁡x2+543,radext⁡polynom

true

(2)
> 

type⁡5−sqrt⁡356,radext⁡rational

false

(3)
> 

type⁡5−sqrt⁡356,radext⁡radnum

true

(4)
> 

type⁡23,radext

false

(5)

See Also

I

type

type/algext

type/radext

type/radfunext

type/radnum

type/radnumext

type/RootOf