psqrt
square root of a polynomial
proot
nth root of a polynomial
Calling Sequence
Parameters
Description
Examples
psqrt(p)
proot(p, n)
p
-
multivariate rational coefficients polynomial
n
integer
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.
See Also
iroot
isqrt
sqrt
Download Help Document