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
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,23 +43,43 @@ This method incurs a global error of order :math:`O(\Delta t)` and requires only
43
43
44
44
**Runge-Kutta Method**
45
45
46
-
In an explicit :math:`s`-stage Runge–Kutta method for the initial-value problem:
46
+
Proposed by Carl Runge and Martin Kutta around 1900, Runge-Kutta methods constitute a widely used family of single-step algorithms for the numerical integration of ordinary differential equations.
47
+
48
+
In an explicit :math:`s`-stage Runge-Kutta scheme for the initial-value problem:
0 commit comments