From afcab34ef4b0880d34b2993f7c8d9edc6aefb661 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 30 May 2022 18:57:35 -0600 Subject: [PATCH] formating --- design/erasure-coding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/erasure-coding.md b/design/erasure-coding.md index baf67fe..33db8a1 100644 --- a/design/erasure-coding.md +++ b/design/erasure-coding.md @@ -44,7 +44,7 @@ _The sequence of original blocks_ ![](./figs/blocks.svg) -_The logical matrix resulting from stacking each $S$ symbols together, where K=3 and S=4_ +_The logical matrix resulting from stacking each $S$ symbols together, where $K=3$ and $S=4$_ ![](./figs/matrix1.svg) @@ -52,7 +52,7 @@ _Symbols and Coding direction. Each cell corresponds to a symbol $s$ and each c ![](./figs/matrix3.svg) -_The resulting matrix with parity blocks added, where K=3, M=2, N=5 and S=4_ +_The resulting matrix with parity blocks added, where $K=3$, $M=2$, $N=5$ and $S=4$_ ![](./figs/matrix2.svg)