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

Online Help

All Products    Maple    MapleSim


type/radical

check for fractional powers

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, radical)

Parameters

expr

-

expression

Description

• 

The definition of type radical is that expr is of type `^` and op(2, expr) (the exponent) is of type fraction.

Examples

type212,radical

true

(1)

typey25,radical

true

(2)

typey3,radical

false

(3)

typesqrtx2+y2,radical

true

(4)

See Also

^

fraction

sqrt

type

type/radext

type/radnum

type/sqrt