https://github.com/cran/pracma
Raw File
Tip revision: 267abaa96cae63dd7872bb21b2613bd067b0a9f4 authored by Hans W. Borchers on 30 January 2018, 13:20:01 UTC
version 2.1.4
Tip revision: 267abaa
rosser.Rd
\name{rosser}
\alias{rosser}
\title{Rosser Matrix}
\description{
Generate the Rosser matrix.
}
\usage{
rosser()
}
\details{
This is a classic symmetric eigenvalue test problem.
It has a double eigenvalue, three nearly equal eigenvalues, dominant
eigenvalues of opposite sign, a zero eigenvalue, and a small, nonzero
eigenvalue.
}
\value{
matrix of size 8 x 8
}
\seealso{
  \code{\link{wilkinson}}
}
\examples{
rosser()
}
\keyword{ specmat }
back to top