Script started on Fri Mar 17 06:53:51 2000 [crutan@brainiac Project]$ g++ testEigen.C [crutan@brainiac Project]$ a.out The input matrix is: 2 1.7 -1.5 3.25 9 1.5 1.7 3 -3.9 -0.5 1.8 2.6 -1.5 -3.9 4 5 8.5 4.3 3.25 -0.5 5 -1 1.2 0.7 9 1.8 8.5 1.2 0.5 -0.8 1.5 2.6 4.3 0.7 -0.8 -1.25 The Eigen Values of your matrix are: 2.34822 15.5689 8.16324 -1.71595 -3.39383 -13.7205 The Eigen Vectors of your matrix are: 0.36234 0.42117 -0.53209 0.2736 0.35767 -0.45324 -0.57993 -0.016758 -0.63988 -0.16015 -0.44445 -0.1754 -0.2737 0.58554 0.51013 -0.23067 -0.11693 -0.50509 -0.034464 0.3101 0.098863 0.77835 -0.48191 0.23411 0.19803 0.59554 -0.19341 -0.43873 -0.08408 0.60758 -0.64581 0.16925 -0.0047115 0.21901 0.64928 0.29109 For a second example the matrix is: 2 -1 3 -7 -1 6 12 -9 3 12 -13 -16 -7 -9 -16 5 The Eigen Values of your matrix are: 26.1103 4.57316 -6.95709 -23.7263 The Eigen Vectors of your matrix are: -0.22467 -0.79503 0.56341 0.0025902 -0.55558 0.56044 0.57033 -0.22795 -0.45668 0.038686 -0.13156 0.879 0.65749 0.22877 0.58308 0.4188 [crutan@brainiac Project]$ exit Script done on Fri Mar 17 06:54:08 2000