|
$\tt Root[f,k]$ represents the exact kth root of the polynomial equation $\tt f[x]==0$.
The root indexing representation $\tt Root[f,k]$ applies to polynomial functions $\tt f$ only. The indexing of roots takes the real roots first, in increasing order. For polynomials with rational coefficients, the complex conjugate pairs of roots have consecutive indices. |
|