Example program for zgebal

This example computes all the eigenvalues and right eigenvectors of the matrix A, where
A = 1.50-2.75i 0.00+0.00i 0.00+0.00i 0.00+0.00i -8.06-1.24i -2.50-0.50i 0.00+0.00i -0.75+0.50i -2.09+7.56i 1.39+3.97i -1.25+0.75i -4.82-5.67i 6.18+9.79i -0.92-0.62i 0.00+0.00i -2.50-0.50i .  
The program first calls zgebal 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 ztrevc to compute the right eigenvectors of the balanced matrix, and finally calls zgebak to transform the eigenvectors back to eigenvectors of the original matrix A.