File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/sage/rings/polynomial Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2309,6 +2309,14 @@ cdef class Polynomial(CommutativePolynomial):
2309
2309
used for polynomials over finite fields. If not ``None`` only returns
2310
2310
irreducible factors of ``self`` whose degree divides ``ext_degree``.
2311
2311
2312
+ .. NOTE::
2313
+
2314
+ Any root is non-deterministic when finding linear roots of a polynomial
2315
+ over the base ring. However, if ``degree`` is greater than one, or `ring`
2316
+ is an extension of the base ring, then eventually the root is found by
2317
+ returning a single root after factorisation. Roots found in this way are
2318
+ deterministic. This may change in the future.
2319
+
2312
2320
EXAMPLES::
2313
2321
2314
2322
sage: # needs sage.rings.finite_rings
You can’t perform that action at this time.
0 commit comments