You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/3_numerical.rst
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Time Integration
18
18
19
19
In the numerical computation of the FTLE (Finite-Time Lyapunov Exponent), we first compute the *flow map* :math:`\varphi_{t_n}^{t_{n+1}}(y_n)`, which maps the initial point :math:`y_n` at time :math:`t_n` to time :math:`t_{n+1}`.
20
20
21
-
To obtain this map, one must numerically integrate the underlying dynamical system, which is described by the ordinary differential equation (ODE)::
21
+
To obtain this map, one must numerically integrate the underlying dynamical system, which is described by the ordinary differential equation (ODE):
22
22
23
23
.. math::
24
24
@@ -33,10 +33,8 @@ The first-order explicit Euler scheme advances the position by sampling the velo
0 commit comments