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

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

> 

type⁡212,radical

true

(1)
> 

type⁡y25,radical

true

(2)
> 

type⁡y3,radical

false

(3)
> 

type⁡sqrt⁡x2+y2,radical

true

(4)

See Also

^

fraction

sqrt

type

type/radext

type/radnum

type/sqrt