[R] solving cubic/quartic equations non-iteratively

Kasper Kristensen kkr at aqua.dtu.dk
Wed Jan 6 13:03:14 CET 2010


Try,

library(polynom)
p <- polynomial(c(-8,14,-7,1))
solve(p)


Kasper



More information about the R-help mailing list