proot - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


psqrt

square root of a polynomial

proot

nth root of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

psqrt(p)

proot(p, n)

Parameters

p

-

multivariate rational coefficients polynomial

n

-

integer

Description

• 

If p is a perfect square, psqrt returns a square root of p.  Otherwise it returns the name _NOSQRT.

• 

If p is an nth power, proot(p, n) returns a nth root of p.  Otherwise proot returns the name _NOROOT.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

See Also

iroot

isqrt

sqrt

 


Download Help Document