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

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

> 

type⁡x1−x,radfun⁡integer

true

(1)
> 

type⁡sqrt⁡x−y,radfun⁡rational,x,y

true

(2)
> 

type⁡sqrt⁡x−sin⁡y,radfun⁡anything,x

true

(3)
> 

type⁡sqrt⁡x−sin⁡y,radfun⁡anything,y

false

(4)
> 

type⁡sqrt⁡x+1,radfun

true

(5)
> 

type⁡sqrt⁡x+sqrt⁡2,radfun⁡rational,x

true

(6)
> 

type⁡sqrt⁡x+sqrt⁡y,radfun

true

(7)
> 

type⁡sqrt⁡x+exp⁡x,radfun

false

(8)

See Also

I

type

type/algfun

type/radalgfun

type/radext

type/radnum