Skip to content

Commit 4698359

Browse files
committed
update aligned for math environment
1 parent 4bbbd36 commit 4698359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/greek_square.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ $$
133133
where $\eta_1$ and $\eta_2$ are chosen to satisfy the prescribed initial conditions $y_{-1}, y_{-2}$:
134134
135135
$$
136-
\begin{align}
136+
\begin{aligned}
137137
\lambda_1^{-1} \eta_1 + \lambda_2^{-1} \eta_2 & = y_{-1} \cr
138138
\lambda_1^{-2} \eta_1 + \lambda_2^{-2} \eta_2 & = y_{-2}
139-
\end{align}
139+
\end{aligned}
140140
$$(eq:leq_sq)
141141
142142
System {eq}`eq:leq_sq` of simultaneous linear equations will play a big role in the remainder of this lecture.

0 commit comments

Comments
 (0)