Example program for dgebal

This example computes all the eigenvalues and right eigenvectors of the matrix A, where
A = 5.14 0.91 0.00 -32.80 0.91 0.20 0.00 34.50 1.90 0.80 -0.40 -3.00 -0.33 0.35 0.00 0.66 .  
The program first calls dgebal to balance the matrix; it then computes the Schur factorization of the balanced matrix, by reduction to Hessenberg form and the QR algorithm. Then it calls dtrevc to compute the right eigenvectors of the balanced matrix, and finally calls dgebak to transform the eigenvectors back to eigenvectors of the original matrix A.