Skip to content

Commit ca68ee3

Browse files
committed
Update 3_numerical.rst
1 parent 3ee104c commit ca68ee3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/3_numerical.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ and then update the solution:
5959

6060
.. math::
6161
62-
\mathbf{x}_{n+1}
63-
;=;
64-
\mathbf{x}n
65-
;+;
66-
\Delta t \sum{i=1}^{s} b_i,\mathbf{k}_i.
62+
\mathbf{x}_{n+1} =
63+
\mathbf{x}_n + \Delta t \sum_{i=1}^s b_i\,\mathbf{k}_i.
6764
6865
Here, the boldface stage variables :math:`\mathbf{k}_i` represent intermediate slope estimates.
6966

0 commit comments

Comments
 (0)