Fix equation in doc
This commit is contained in:
parent
5762c602af
commit
c73d3bc9e9
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user