radfunext - 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/radfunext

check for a radical function extension

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, radfunext)

Parameters

expr

-

expression

Description

• 

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

• 

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

• 

The type(expr, radfunext) calling sequence is equivalent to type(expr, radfun) and (type(expr, radext).

Examples

typex+y12,radfunext

true

(1)

typesqrtz32x+y43,radfunext

true

(2)

type4x513y214,radfunext

true

(3)

typex14,radfunext

true

(4)

See Also

sqrt

type

type/algext

type/radext

type/radfun

type/radical

type/radnumext

 


Download Help Document