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

Online Help

All Products    Maple    MapleSim


convert/surd

convert an expression to surd form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, surd )

Parameters

expr

-

expression

Description

• 

The convert(expr, surd) function converts expressions of the form xpq to surd(x, q)^p if p and q are integers and q≠1.

• 

This conversion may not preserve the value of the expression. For example, the exponent is simplified before the conversion is performed.

Examples

> 

x≔−813

x≔−813

(1)
> 

convert⁡x,surd

−2

(2)
> 

simplify⁡x,radical

1+I⁢3

(3)
> 

convert⁡x13⁢x+y45+−713,surd

−213⁢−813+y54−713

(4)
> 

convert⁡y69,surd

y32

(5)

See Also

^

convert

simplify

surd