diff --git a/doc/handbook/5_models.tex b/doc/handbook/5_models.tex index cd165e3bef890fa7d33fb36095554e278e7072e7..6da2bedb66e2bf88b332d0e85686f01a162dcdc1 100644 --- a/doc/handbook/5_models.tex +++ b/doc/handbook/5_models.tex @@ -241,7 +241,7 @@ whereas the implicit Euler method is described as Once the solution $u_k$ at time $t_k$ is known, it is straightforward to determine $m(u_{k+1})$ from \eqref{eq:expliciteuler}, while attempting to do the same based on \eqref{eq:impliciteuler} -involves the solution of system of equations. +involves the solution of a system of equations. On the other hand, the explicit method \eqref{eq:expliciteuler} is stable only if the time step size $\Delta t_{k+1}$ is below a certain limit that depends on the specific balance equation, whereas the implicit method \eqref{eq:impliciteuler}