MOS substitution: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 211: Line 211:


<math>
<math>
\{\mathbf{a} + i\mathbf{v}\}_{i=a}^{n-1} <!--tail of first row-->
\{\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} <!-- parallelogram, maybe empty -->
\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}. <!--first part of last row -->
\cup \{\mathbf{a} + i\mathbf{v} + (m-1)\mathbf{w}\}_{i=0}^{b}. % prefix of last row
</math>
</math>