This example computes all the eigenvalues and eigenvectors of the matrix
, where
Here
is symmetric and must first be reduced to tridiagonal form by
dsytrd. The program then calls
dorgtr to form
, and passes this matrix to
dsteqr which computes the eigenvalues and eigenvectors of
.