diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-11-20 12:28:15 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-11-20 12:28:15 +0000 |
commit | 40b516fc60ce8448f9f790720ac0a2a610aecffa (patch) | |
tree | c080012dd9d1387d50e63f7f8697b4108051f231 | |
parent | b647d6f64be931797f7d00df19130f1fe48129b6 (diff) | |
download | vz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.tar.gz vz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.tar.bz2 vz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.zip |
Use \gg instead of >>
-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}}$. |