|
4 | 4 | html_document: default |
5 | 5 | --- |
6 | 6 |
|
| 7 | +# (PART) Part (appendix) {-} |
7 | 8 |
|
8 | 9 | # (APPENDIX) Appendix {-} |
9 | 10 |
|
@@ -112,13 +113,13 @@ Bound $\|A^TA - \overline{A}^T\overline{A}\|_F$ |
112 | 113 |
|
113 | 114 |
|
114 | 115 |
|
115 | | -```{definition, name="Distance"} |
| 116 | +```{definition, distance, name="Distance"} |
116 | 117 | A function $f : \mathbb{R}^d \times \mathbb{R}^d \mapsto \mathbb{R}$ is called a distance if: |
117 | 118 |
|
118 | 119 | - $d(x,y) \geq 0$ |
119 | 120 | - $d(x,y) = 0$ iif $x=y$ |
120 | 121 | - $d(x,y)=d(y,x)$ |
121 | | -- $d(x,z) \leq d(x,y) + d(x,y+z)$ |
| 122 | +- $d(x,z) \leq d(x,y) + d(y,z)$ |
122 | 123 |
|
123 | 124 | ``` |
124 | 125 |
|
@@ -380,8 +381,8 @@ Another interesting result about the SVD of a matrix is known as the Eckart–Yo |
380 | 381 | ```{theorem, eckart-young-mirsky, name="Best F-Norm Low Rank Approximation"} |
381 | 382 | \cite{eckart1936approximation}\cite{mirsky1960symmetric} \label{Theo:eckart-young-mirsky} |
382 | 383 | Let $A \in \mathbb{R}^{n \times m}$ be a matrix of rank $r$ and singular value decomposition $A = U \Sigma V ^T$. The matrix $A ^{(k)} = U ^{(k)}\Sigma ^{(k)}V ^{(k)T}$ of rank $k \leq r$, obtained by zeroing the smallest $r-k$ singular values of $A$, is the best rank-k approximation of $A$. |
383 | | - Equivalently, $A _k = argmin_{B :rank(B )=k}(||A - B ||_F)$. |
384 | | - Furthermore, $min_{B :rank(B )=k}(||A - B ||_F) = \sqrt{\sum_{i=k+1}^r{\sigma_i}}$. |
| 384 | + Equivalently, $A _k = argmin_{B :rank(B )=k}(\|A - B \|_F)$. |
| 385 | + Furthermore, $min_{B :rank(B )=k}(\|A - B \|_F) = \sqrt{\sum_{i=k+1}^r{\sigma_i}}$. |
385 | 386 | ``` |
386 | 387 |
|
387 | 388 |
|
@@ -1198,15 +1199,20 @@ If you want to give me any feedback, feel free to write me at "scinawa - at - lu |
1198 | 1199 | In sparse order, I would like to thank [Dong Ping Zhang](www.dongpingzhang.com), [Mehdi Mhalla](http://membres-lig.imag.fr/mhalla/) , [Simon Perdrix](https://members.loria.fr/SPerdrix/), [Tommaso Fontana](https://twitter.com/zommiommy), and [Nicola](https://www.linkedin.com/in/nvitucci/) [Vitucci](https://twitter.com/nvitucci) for the initial help with the previous version of this project, and the helpful words of encouragement. |
1199 | 1200 |
|
1200 | 1201 |
|
1201 | | -The [contributors](https://github.com/Scinawa/quantumalgorithms.org/graphs/contributors) to the project are: |
| 1202 | + |
| 1203 | +**Core team** |
1202 | 1204 |
|
1203 | 1205 | - Alessandro ['Scinawa'](https://twitter.com/scinawa) Luongo |
1204 | 1206 | - Armando ['ikiga1'](https://twitter.com/ikiga1) Bellante |
| 1207 | + |
| 1208 | +The [contributors](https://github.com/Scinawa/quantumalgorithms.org/graphs/contributors) to the project are: |
| 1209 | + |
1205 | 1210 | - Patrick Rebentrost |
1206 | 1211 | - Yassine Hamoudi |
1207 | 1212 | - Martin Plávala |
1208 | 1213 | - Trong Duong |
1209 | 1214 | - Filippo Miatto |
| 1215 | +- Jinge Bao |
1210 | 1216 |
|
1211 | 1217 | # License and citation |
1212 | 1218 |
|
|
0 commit comments