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

Online Help

All Products    Maple    MapleSim


type/radnumext

check for a radical number extension

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, radnumext)

Parameters

expr

-

expression

Description

• 

The type(expr, radnumext) calling sequence checks to see if expr is a radical number extension.

• 

A radical number extension is an algebraic number extension specified in terms of radicals. This is a root of a combination of rational numbers and roots of rational numbers specified in terms of radicals.

• 

The type(expr, radnumext) calling sequence is equivalent to type(expr, radnum) and (type(expr, radext).

Examples

(1)

(2)

(3)

(4)

(5)

See Also

sqrt

type

type/algnumext

type/radext

type/radfunext

type/radical

type/radnum

 


Download Help Document