Wiki

Clone wiki

symja_android_library / Symbols / Roots

Roots

Roots(poly)
gives the roots of polynomial poly.

Examples

>>> Roots(x^3-4*x^2+x+6)
{-1,2,3}

Related terms

Factor, FindRoot, NRoots, Solve

Updated