2,684
edits
Line 99: | Line 99: | ||
The Python code produces the following output: | The Python code produces the following output: | ||
<pre> | <pre> | ||
python /usr/local/bin/cc_analysis.py 2 cc.dat | |||
=== | === | ||
Correlation matrix parsed from infile: | Correlation matrix parsed from infile: | ||
Line 157: | Line 158: | ||
Finished outputting 2-dimensional representative vectors! =) | Finished outputting 2-dimensional representative vectors! =) | ||
</pre> | </pre> | ||
The 5 lines at the bottom give the solution. The coordinates agree with those of the Fortran program within a rms deviation of 0.0055; however it is mirrored across the x axis and thus represents an inverted solution. |