Qurak

Factor

Available, differs from the .wl reference

Factors a polynomial.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

Factor[poly]
Factor[poly, Modulus -> p]
Factor[poly, Extension -> {a1, a2, …}]
Factor[x^2 - 1] → (-1 + x)*(1 + x)Factor[6 x^2 + 11 x + 3] → (3 + 2*x)*(1 + 3*x)

Used in

Topics

Related

All 6300 functions · Use this from an MCP client