Skip to content

Commit b99dbe0

Browse files
djeadaCopilot
andauthored
Update notes/matrices.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 87ffe6a commit b99dbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/matrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Traverse with alternating direction:
669669

670670
$$
671671
\begin{cases}
672-
\text{if } s \text{ even: } r=r_{\max}(s), r_{\max}(s)-1,\dots,r_{\min}(s);\ [2pt]
672+
\text{if } s \text{ even: } r=r_{\max}(s), r_{\max}(s)-1,\dots,r_{\min}(s);\\[2pt]
673673
\text{if } s \text{ odd: } r=r_{\min}(s), r_{\min}(s)+1,\dots,r_{\max}(s).
674674
\end{cases}
675675
$$

0 commit comments

Comments
 (0)