>Is there a way to find all roots of a polynomial equation? > >Lets say > >x^5+a*x^4+b*x^3+c*x^2+d*x+e=0 > > >how to find its all roots? > > The package rootSolve might proove interesting ______________________________________________ R-help@ mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
-- View this message in context: http://r.789695.n4.nabble.com/Is-there-a-way-to-find-all-roots-of-a-polynomial-equation-in-R-tp4568892p4569100.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.