 
TOMS343_PRB
  Test TOMS algorithm 343, to compute
  the eigenvalues and eigenvectors of
  a real general matrix.
 
TEST01
  Test EIGENP, which computes eigenvalues and
  eigenvectors of a general real matrix.
 
 
  Matrix A:
 
   -0.5000   -1.0000   -1.0000   -0.5000   -1.0000
    1.0000    0.0000    0.0000    0.0000    0.0000
    0.0000    1.0000    0.0000    0.0000    0.0000
    0.0000    0.0000    1.0000    0.0000    0.0000
    0.0000    0.0000    0.0000    1.0000    0.0000
 
       I   INDIC   Real part  Imag part
 
       1       2    -1.00000         0.00000    
       2       2   -0.250000        0.968246    
       3       2   -0.250000       -0.968246    
       4       2    0.500000        0.866026    
       5       2    0.500000       -0.866026    
 
  Real parts of eigenvectors:
 
   -0.4472    1.0000    1.0000    0.5000    0.5000
    0.4472   -0.2500   -0.2500    1.0000    1.0000
   -0.4472   -0.8750   -0.8750    0.5000    0.5000
    0.4472    0.6875    0.6875   -0.5000   -0.5000
   -0.4472    0.5312    0.5312   -1.0000   -1.0000
 
  Imaginary parts of eigenvectors:
 
    0.0000   -0.0000    0.0000    0.8660   -0.8660
    0.0000   -0.9682    0.9682   -0.0000    0.0000
    0.0000    0.4841   -0.4841   -0.8660    0.8660
    0.0000    0.7262   -0.7262   -0.8660    0.8660
    0.0000   -0.8472    0.8472    0.0000   -0.0000
 
  Matrix A:
 
   -2.0000    1.0000    1.0000    1.0000
   -7.0000   -5.0000   -2.0000   -4.0000
    0.0000   -1.0000   -3.0000   -2.0000
   -1.0000    0.0000   -1.0000    0.0000
 
       I   INDIC   Real part  Imag part
 
       1       2    -4.00000         2.00000    
       2       2    -4.00000        -2.00000    
       3       2    -2.41421         0.00000    
       4       2    0.414214         0.00000    
 
  Real parts of eigenvectors:
 
   -0.2000   -0.2000    0.0000   -0.0000
    1.0000    1.0000   -0.7941    0.4760
    0.2000    0.2000    0.5615    0.3366
   -0.0000   -0.0000    0.2326   -0.8125
 
  Imaginary parts of eigenvectors:
 
   -0.4000    0.4000    0.0000    0.0000
   -0.0000    0.0000    0.0000    0.0000
    0.4000   -0.4000    0.0000    0.0000
   -0.0000    0.0000    0.0000    0.0000
 
  Matrix A:
 
    1.0000    0.0000    0.0100
    0.1000    1.0000    0.0000
    0.0000    1.0000    1.0000
 
       I   INDIC   Real part  Imag part
 
       1       2    0.950000        0.866025E-01
       2       2    0.950000       -0.866025E-01
       3       2     1.10000         0.00000    
 
  Real parts of eigenvectors:
 
   -0.0500   -0.0500   -0.0990
   -0.0500   -0.0500   -0.0990
    1.0000    1.0000   -0.9901
 
  Imaginary parts of eigenvectors:
 
   -0.0866    0.0866    0.0000
    0.0866   -0.0866    0.0000
   -0.0000    0.0000    0.0000
 
TOMS343_PRB
  Normal end of execution.
 
