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

Online Help

All Products    Maple    MapleSim


Units[Standard]

  

sqrt

  

the square root function in the Standard Units environment

  

root

  

the nth root function in the Standard Units environment

  

surd

  

the non-principal root function in the Standard Units environment

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sqrt(x)

x

root[n](x)

rootn⁡x

root(x, n)

 

surd(x, n)

 

Parameters

x

-

algebraic expression

n

-

integer

Description

• 

The sqrt(x) function takes the square root of the unit-free portion of x and multiplies it by the unit raised to the power 1/2.

• 

The root(x,n) and root[n](x) functions take the nth root of the unit-free portion of x and multiply it by the unit raised to the power 1/n.

• 

The surd(x,n) function takes the nth root of the unit-free portion of x, whose (complex) argument is closest to the unit-free portion of x, and multiplies it by the unit raised to the power 1/n.

• 

For other properties, see the global functions sqrt, root, and surd.

Examples

Notes: 

– 

To enter a unit in 2-D Math input, select the unit from the appropriate Units palette. If the unit you want is not there, select unit and then enter the unit.

– 

When you edit a unit, double brackets appear around it.

> 

with⁡UnitsStandard:

> 

sqrt⁡3.532⁢Unit⁡m2

1.879361594⁢m

(1)
> 

root⁡3.532⁢Unit⁡m3,3

1.522907638⁢m

(2)
> 

root3⁡−3.532⁢Unit⁡m3

0.7614538193+1.318876702⁢I⁢m

(3)
> 

surd⁡−3.532⁢Unit⁡m3,3

−1.522907638⁢m

(4)
> 

surd⁡16.532⁢Unit⁡m4,4

2.016421638⁢m

(5)

See Also

root

sqrt

surd

Units

Units/Standard