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

Online Help

Home : Support : Online Help : type/AlgebraicObject

type/AlgebraicObject

check for an algebraic number or algebraic function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr,'AlgebraicObject')

Parameters

expr

-

expression

Description

• 

An expression is of type AlgebraicObject if and only if it is one of the following:

– 

a radical

– 

a RootOf of type algext

– 

 for some rational number z, where trig is one of the trigonometric functions sin,cos,tan,csc,sec,cot

– 

 for some rational number z

– 

I

Examples

(1)

(2)

(3)

(4)

See Also

Algebraic

Algebraic[GetAlgebraics]

RootOf

trig

type

type/algext

type/algfun

type/algnum

type/radalgfun

type/radalgnum

type/radfun

type/radnum

 


Download Help Document