aboutsummaryrefslogtreecommitdiff
path: root/report/paper.md
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2018-11-20 12:28:15 +0000
committerVasil Zlatanov <v@skozl.com>2018-11-20 12:28:15 +0000
commit40b516fc60ce8448f9f790720ac0a2a610aecffa (patch)
treec080012dd9d1387d50e63f7f8697b4108051f231 /report/paper.md
parentb647d6f64be931797f7d00df19130f1fe48129b6 (diff)
downloadvz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.tar.gz
vz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.tar.bz2
vz215_np1915-40b516fc60ce8448f9f790720ac0a2a610aecffa.zip
Use \gg instead of >>
Diffstat (limited to 'report/paper.md')
-rwxr-xr-xreport/paper.md2
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}}$.