convert/surd
convert an expression to surd form
Calling Sequence
Parameters
Description
Examples
convert( expr, surd )
expr
-
expression
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.
x≔−813
convert⁡x,surd
−2
simplify⁡x,radical
1+I⁢3
convert⁡x13⁢x+y45+−713,surd
−213⁢−813+y54−713
convert⁡y69,surd
y32
See Also
^
convert
simplify
surd
Download Help Document