If I understand correctly, PCA's principle is very simple:
FIRST: Is this description correct?
SECOND: Any algorithm for machine-solving of the polynomial equation det(C - e***I) = 0 ? I understand that this is a general math question (finding roots of a polynomial of degree **n).
THIRD: Are there any simple implementations of PCA in C/C++
Thanks much.