PCA
eigenvalue and eigenvector
Av = Lv, (L is lambda) v is eigen vector, lambda is eigenvalue
SVD
the singular-value decomposition of an mxn real or complex matrix M is a factorization of the form USigma V , where U is an mxm real or complex unitary matrix, Sigma is a mxn rectangular diagonal matrix with non-negative real numbers on the diagonal, and V is an n x n real or complex unitary matrix. The diagonal entries sigma_i of Sigma are known as the singular values of M