Moler Matrix
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
(a <- moler(10)) min(eig(a))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.