MOS substitution: Difference between revisions
| Line 211: | Line 211: | ||
<math> | <math> | ||
\{\mathbf{a} + i\mathbf{v}\}_{i=a}^{n-1} | \{\mathbf{a} + i\mathbf{v}\}_{i=a}^{n-1} % tail of first row | ||
\cup \{\mathbf{a} + i\mathbf{v} + j\mathbf{w}\}_{(i,j) \in [n]_0 \times [m-2]_1} | \cup \{\mathbf{a} + i\mathbf{v} + j\mathbf{w}\}_{(i,j) \in [n]_0 \times [m-2]_1} % parallelogram where rows are traversed fully; maybe empty | ||
\cup \{\mathbf{a} + i\mathbf{v} + (m-1)\mathbf{w}\}_{i=0}^{b}. | \cup \{\mathbf{a} + i\mathbf{v} + (m-1)\mathbf{w}\}_{i=0}^{b}. % prefix of last row | ||
</math> | </math> | ||