Fix equation in doc

This commit is contained in:
Andreas Tsouchlos 2025-05-07 15:58:01 +02:00
parent 5762c602af
commit c73d3bc9e9

View File

@ -102,7 +102,7 @@ parity constraint. In a similar vein, we can define the following set of
polynomial equations to describe codewords:
$$
F = \left[\begin{array}{c}1 - x_1^2 \\ \vdots\\ 1 - x_n^2 \\ 1 - \prod_{i \in A(1)}x_i \\ \vdots\\ 1 - \prod_{i \in A(m)}x_i\end{array}\right] \overset{!}{=} \bm{0}.
F(\bm{x}) = \left[\begin{array}{c}1 - x_1^2 \\ \vdots\\ 1 - x_n^2 \\ 1 - \prod_{i \in A(1)}x_i \\ \vdots\\ 1 - \prod_{i \in A(m)}x_i\end{array}\right] \overset{!}{=} \bm{0}.
$$
This is a problem we can solve using homotopy continuation.