]> AND Private Git Repository - GMRES2stage.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Typos dans la preuve
authorChristophe Guyeux <guyeux@gmail.com>
Fri, 10 Oct 2014 12:43:50 +0000 (14:43 +0200)
committerChristophe Guyeux <guyeux@gmail.com>
Fri, 10 Oct 2014 12:43:50 +0000 (14:43 +0200)
paper.tex

index 64a88a8a1d339bc6ab79a382281a7c8d415edb3b..517cb8e283f8f514809af58f2bd9b75309d1358e 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -760,8 +760,9 @@ Each step of the TSIRM algorithm \\
 $\min_{\alpha \in \mathbb{R}^s} ||b-R\alpha ||_2 = \min_{\alpha \in \mathbb{R}^s} ||b-AS\alpha ||_2$
 
 $\begin{array}{ll}
-& = \min_{x \in Vect\left(x_0, x_1, \hdots, x_{k-1} \right)} ||b-AS\alpha ||_2\\
-& \leqslant \min_{x \in Vect\left( S_{k-1} \right)} ||b-Ax ||_2\\
+& = \min_{x \in Vect\left(S_{k-s}, S_{k-s+1}, \hdots, S_{k-1} \right)} ||b-AS\alpha ||_2\\
+& = \min_{x \in Vect\left(x_{k-s}, x_{k-s}+1, \hdots, x_{k-1} \right)} ||b-AS\alpha ||_2\\
+& \leqslant \min_{x \in Vect\left( x_{k-1} \right)} ||b-Ax ||_2\\
 & \leqslant ||b-Ax_{k-1}||
 \end{array}$
 \end{proof}