powered by
p
roots(p)
At the moment, only real coefficients are allowed.
polyroot
roots(c(1, 0, 1, 0, 0)) # 0 0 1i -1i p <- Poly(c(-2, -1, 0, 1, 2)) roots(p)
Run the code above in your browser using DataLab