Example program for dspev
This example finds all the eigenvalues of the symmetric matrix
A
=
1
2
3
4
2
2
3
4
3
3
3
4
4
4
4
4
,
together with approximate error bounds for the computed eigenvalues.
f90 source code
Input data file
Expected results