From 5d910b262f3e22cd8e4fde766486b8597821b3b5 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Mon, 4 Feb 2019 08:53:03 +0100 Subject: [PATCH] good indexes --- 455-Codage_Sources/Cours/chap1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/455-Codage_Sources/Cours/chap1.tex b/455-Codage_Sources/Cours/chap1.tex index 3a1baf1..c786bd3 100644 --- a/455-Codage_Sources/Cours/chap1.tex +++ b/455-Codage_Sources/Cours/chap1.tex @@ -344,7 +344,7 @@ Initialement, on considère une source $X^{(0)}$ à $J$ symboles $\X=\{a_1,\dots \item Trouve les indices $i$ et $j$ des deux symboles les moins probables. \item Construire $ \begin{array}{l} - \chi'= \{1,...,i-1,...,i',i+1,...,j-1,j',j+1,...,N\}\\ + \chi'= \{1,...,i-1,i+1,...,j-1,j+1,...,N\}\\ \vec{p}' = (p_1, ...,p_{i-1},p_i+p_j,p_{i+1},...,p_{j-1},p_{j+1},...,p_N) \end{array}$ \item $\mathcal{C}' = (\chi',\vec{p}')$.