Skip to content

Commit

Permalink
Experimenting with a different notation for error indices j_e
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Oct 23, 2024
1 parent 72a09f9 commit 652b456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ to our original codeword, where $E(x)$ contains up to $e$ non-zero terms:
<p align="center">
<img
alt="E(x) = E_0 + E_1 x + \cdots + E_{|C|-1} x^{|C|-1} = \sum_{j \in E} E_j x^j"
src="https://latex.codecogs.com/svg.image?E%28x%29%20%3d%20E_%30%20%2b%20E_%31%20x%20%2b%20%5ccdots%20%2b%20E_%7b%7cC%7c%2d%31%7d%20x%5e%7b%7cC%7c%2d%31%7d%20%3d%20%5csum_%7bj%20%5cin%20E%7d%20E_j%20x%5ej"
alt="E(x) = E_{j_0} x^{j_0} + E_{j_1} x^{j_1} + \cdots + E_{j_{e-1}} x^{j_{e-1}} = \sum_{j \in E} E_j x^j"
src="https://latex.codecogs.com/svg.image?E%28x%29%20%3d%20E_%7bj_%30%7d%20x%5e%7bj_%30%7d%20%2b%20E_%7bj_%31%7d%20x%5e%7bj_%31%7d%20%2b%20%5ccdots%20%2b%20E_%7bj_%7be%2d%31%7d%7d%20x%5e%7bj_%7be%2d%31%7d%7d%20%3d%20%5csum_%7bj%20%5cin%20E%7d%20E_j%20x%5ej"
>
</p>
Expand Down Expand Up @@ -255,8 +255,8 @@ To help with this, we introduce a very special polynomial, the

<p align="center">
<img
alt="\Lambda(x) = \prod_{j \in E} \left(1 - X_j x\right)"
src="https://latex.codecogs.com/svg.image?%5cLambda%28x%29%20%3d%20%5cprod_%7bj%20%5cin%20E%7d%20%5cleft%28%31%20%2d%20X_j%20x%5cright%29"
alt="\Lambda(x) = \left(1 - X_{j_0} x\right)\left(1 - X_{j_1} x\right)\cdots\left(1 - X_{j_{e-1}} x\right) = \prod_{j \in E} \left(1 - X_j x\right)"
src="https://latex.codecogs.com/svg.image?%5cLambda%28x%29%20%3d%20%5cleft%28%31%20%2d%20X_%7bj_%30%7d%20x%5cright%29%5cleft%28%31%20%2d%20X_%7bj_%31%7d%20x%5cright%29%5ccdots%5cleft%28%31%20%2d%20X_%7bj_%7be%2d%31%7d%7d%20x%5cright%29%20%3d%20%5cprod_%7bj%20%5cin%20E%7d%20%5cleft%28%31%20%2d%20X_j%20x%5cright%29"
>
</p>
Expand Down Expand Up @@ -309,7 +309,7 @@ definition of $\Lambda(x)$:
</p>
Note this doesn't change our error-locator, $\Lambda(x)$, it still has
all of its original properties. For example, plugging in $X_j^{-1}$
all of its original properties. For example, if we plug in $X_j^{-1}$, it
should still evaluate to zero:

<p align="center">
Expand Down

0 comments on commit 652b456

Please sign in to comment.