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