The R Project SVN R

Rev

Rev 68948 | Rev 88591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/base/man/polyroot.Rd
1
% File src/library/base/man/polyroot.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{polyroot}
6
\name{polyroot}
7
\title{Find Zeros of a Real or Complex Polynomial}
7
\title{Find Zeros of a Real or Complex Polynomial}
8
\usage{
8
\usage{
Line 37... Line 37...
37
\source{
37
\source{
38
  C translation by Ross Ihaka of Fortran code in the reference, with
38
  C translation by Ross Ihaka of Fortran code in the reference, with
39
  modifications by the R Core Team.
39
  modifications by the R Core Team.
40
}
40
}
41
\references{
41
\references{
42
  Jenkins and Traub (1972)
42
  Jenkins, M. A. and Traub, J. F. (1972).
43
  TOMS Algorithm 419.
43
  Algorithm 419: zeros of a complex polynomial.
44
  \emph{Comm. ACM}, \bold{15}, 97--99.
44
  \emph{Communications of the ACM}, \bold{15}(2), 97--99.
-
 
45
  \doi{10.1145/361254.361262}.
45
}
46
}
46
\seealso{
47
\seealso{
47
  \code{\link{uniroot}} for numerical root finding of arbitrary
48
  \code{\link{uniroot}} for numerical root finding of arbitrary
48
  functions;
49
  functions;
49
  \code{\link{complex}} and the \code{zero} example in the demos
50
  \code{\link{complex}} and the \code{zero} example in the demos