Description Usage Arguments Value
Calculates the roots of a polynomial with coefficients given in p. The values in the rank-1 array p are coefficients of a polynomial. If the length of p is n+1 then the polynomial is described by:
p[0] * x^n + p[1] * x^{n-1} + ... + p[n-1] * x + p[n]
1 | Roots(p)
|
p |
KHIVA array with the polynomial coefficients. |
KHIVA array with the roots of the polynomial.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.