Skip to content

Commit 935ad12

Browse files
Merge pull request #3366 from owiecc/patch-1
latexify equation
2 parents f779736 + 79b07ce commit 935ad12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/tutorials/initialization.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ principles of initialization of DAE systems. Take a DAE written in semi-explicit
1414
form:
1515

1616
```math
17-
x' = f(x,y,t)\\
18-
0 = g(x,y,t)
17+
\begin{aligned}
18+
x^\prime &= f(x,y,t) \\
19+
0 &= g(x,y,t)
20+
\end{aligned}
1921
```
2022

2123
where ``x`` are the differential variables and ``y`` are the algebraic variables.

0 commit comments

Comments
 (0)