From 40b516fc60ce8448f9f790720ac0a2a610aecffa Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 20 Nov 2018 12:28:15 +0000 Subject: Use \gg instead of >> --- report/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report/paper.md') 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}}$. -- cgit v1.2.3-54-g00ecf