radical - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

 


Download Help Document