diff --git a/representation_base/chapitre_2/README.md b/representation_base/chapitre_2/README.md index 89d94f0..e407134 100644 --- a/representation_base/chapitre_2/README.md +++ b/representation_base/chapitre_2/README.md @@ -99,10 +99,10 @@ Exemple avec les entiers 13 et -13 : ```math \begin{align*} -& & \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\ -+ & & \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ + \: 0 \: 0 \: 0 \: 0 \: 1 \: 1 \: 0 \: 1 \\ + \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ \hline -= & & 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 += 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \end{align*} ```