moler | R Documentation |
Generate the Moler matrix of size n x n
. The Moler matrix is for
testing eigenvalue computations.
moler(n)
n |
integer |
The Moler matrix for testing eigenvalue computations is a symmetric matrix with exactly one small eigenvalue.
matrix of size n x n
wilkinson
(a <- moler(10))
min(eig(a))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.