powered by
Solve polynomial equations, a(x) = b(x), or alternatively find the zeros of the polynomial a(x) - b(x)
# S3 method for polynom solve(a, b, ...)# S3 method for polylist solve(a, b, ...)
# S3 method for polylist solve(a, b, ...)
A vector of roots, usually complex
Polynomials for the LHS and RHS respectively
Currently unused
p <- poly_calc(0:5) solve(p) solve(p, 1)
Run the code above in your browser using DataLab