diff options
-rwxr-xr-x | report/paper.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/paper.md b/report/paper.md index 5e20702..454c35e 100755 --- a/report/paper.md +++ b/report/paper.md @@ -98,7 +98,7 @@ It can be proven that the eigenvalues obtained are mathematically the same [@lec and the there is a relation between the eigenvectors obtained: Computing the eigenvectors **u\textsubscript{i}** for the DxD matrix AA\textsuperscript{T} -we obtain a very large matrix. The computation process can get very expensive when $D>>N$. +we obtain a very large matrix. The computation process can get very expensive when $D \gg N$. For such reason we compute the eigenvectors **v\textsubscript{i}** of the NxN matrix A\textsuperscript{T}A. From the computation it follows that $A\textsuperscript{T}A\boldsymbol{v\textsubscript{i}} = \lambda \textsubscript{i}\boldsymbol{v\textsubscript{i}}$. |