psqrt - square root of a polynomial
proot - nth root of a polynomial
|
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) |
|
|
Download Help Document
Was this information helpful?