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

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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

I

type

type/algfun

type/radalgfun

type/radext

type/radnum

 


Download Help Document