Skip to content

Commit da706b9

Browse files
authored
fix typo in Rosenbrock docs
1 parent 6332a7b commit da706b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/Rosenbrock_order_conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ is assumed, which reduces all analysis to autonomous problems.
2222
The step from ``u^{n}`` to ``u^{n+1}`` is given by
2323
```math
2424
\begin{aligned}
25-
k^i &= \Delta t f\bigbl(u^n + \sum_j a_{i,j} k^j \bibgr) + \Delta t J \sum_j \gamma_{ij} k_j, \\
25+
k^i &= \Delta t f\bigl(u^n + \sum_j a_{i,j} k^j \bigr) + \Delta t J \sum_j \gamma_{ij} k_j, \\
2626
u^{n+1} &= u^n + \sum_i b_{i} k^i.
2727
\end{aligned}
2828
```

0 commit comments

Comments
 (0)