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

check for a radical function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, radfun)

type(expr, radfun(K))

type(expr, radfun(K, V))

Parameters

expr

-

expression

K

-

type name for the coefficient domain

V

-

variable or a list or set of variables

Description

• 

An expression expr is of type radfun (radical function) if it is a rational function in the variable(s) V over the domain K extended by radicals or the number I.

• 

If no variables were specified, all the indeterminates of expr which are names are used, so expr must be an algebraic function in all of its variables.

• 

If no domain is specified, the default domain 'constant' is used.

Examples

typex1x,radfuninteger

true

(1)

typesqrtxy,radfunrational,x,y

true

(2)

typesqrtxsiny,radfunanything,x

true

(3)

typesqrtxsiny,radfunanything,y

false

(4)

typesqrtx+1,radfun

true

(5)

typesqrtx+sqrt2,radfunrational,x

true

(6)

typesqrtx+sqrty,radfun

true

(7)

typesqrtx+expx,radfun

false

(8)

See Also

I

type

type/algfun

type/radalgfun

type/radext

type/radnum

 


Download Help Document