The R Project SVN R

Rev

Rev 88591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88591 Rev 88699
Line 42... Line 42...
42
  \bibshow{R:Jenkins+Traub:1972}
42
  \bibshow{R:Jenkins+Traub:1972}
43
}
43
}
44
\seealso{
44
\seealso{
45
  \code{\link{uniroot}} for numerical root finding of arbitrary
45
  \code{\link{uniroot}} for numerical root finding of arbitrary
46
  functions;
46
  functions;
47
  \code{\link{complex}} and the \code{zero} example in the demos
47
  \code{\link{complex}}.
48
  directory.
-
 
49
}
48
}
50
\examples{
49
\examples{
51
polyroot(c(1, 2, 1))
50
polyroot(c(1, 2, 1))
52
round(polyroot(choose(8, 0:8)), 11) # guess what!
51
round(polyroot(choose(8, 0:8)), 11) # guess what!
53
for (n1 in 1:4) print(polyroot(1:n1), digits = 4)
52
for (n1 in 1:4) print(polyroot(1:n1), digits = 4)