Skip to content
Prev 292008 / 398500 Next

Is there a way to find all roots of a polynomial equation in R?

On 12-04-18 4:14 PM, Michael wrote:
polyroot() should be able to do it, assuming that a,b,c,d and e are 
numeric or complex values, not just symbols.

Duncan Murdoch