Skip to content

Commit a89afeb

Browse files
author
Sathvik Bhagavan
committed
docs: fix rendering of dgm example
1 parent 2daf59b commit a89afeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/tutorials/dgm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ where $\vec{x}$ is the concatenated vector of $(t, x)$ and $L$ is the number of
2828

2929
Let's try to solve the following Burger's equation using Deep Galerkin Method for $\alpha = 0.05$ and compare our solution with the finite difference method:
3030

31-
$$
31+
```math
3232
\partial_t u(t, x) + u(t, x) \partial_x u(t, x) - \alpha \partial_{xx} u(t, x) = 0
33-
$$
33+
```
3434

3535
defined over
3636

37-
$$
37+
```math
3838
t \in [0, 1], x \in [-1, 1]
39-
$$
39+
```
4040

4141
with boundary conditions
4242
```math

0 commit comments

Comments
 (0)