History of Butcher tableaux of explicit Runge–Kutta methods

back to table · edit · history · where entries came from · files

compare when who what
2026-09-17 14:23 zeta3 table-repair@2.0+dc0f96a0 shorten T304 definition after audit current reviewed
2026-09-17 14:22 zeta3 table-repair@2.0+dc0f96a0 repair T304 critique: clarify tableau prose and related displays
2026-09-17 14:07 zeta3 table-build@2.0+395f185d shorten Runge-Kutta tableau definition
2026-09-17 14:05 zeta3 with Codex CLI, table table-build@2.0+395f185d explicit Runge-Kutta Butcher tableaux
2026-09-17 14:00 zeta3 table-build@2.0+395f185d claim explicit Runge-Kutta tableau draft

What changed between 2026-09-17 14:22 and 2026-09-17 14:23

from line 1 (7 lines, 1 fewer than before) @@ -1,8 +1,7 @@
 Title: Butcher tableaux of explicit Runge–Kutta methods-Definition: An $s$-stage explicit Runge–Kutta method advances $y'=f(t,y)$ by $y_{n+1}=y_n+h\sum_i-  b_i k_i$, where $k_i=f(t_n+c_i h, y_n+h\sum_{j<i} a_{ij}k_j)$. Its Butcher tableau-  CITE{WikiList} consists of the nodes $c_i$, the strictly lower triangular coefficients-  $a_{ij}$, and the weights $b_i$; for an embedded pair, the table records one weight-  row $b^{(q)}$ for each order $q$.+Definition: A Butcher tableau CITE{WikiList} for an explicit Runge–Kutta method records+  the nodes $c_i$, strictly lower triangular coefficients $a_{ij}$, and weights $b_i$+  in the one-step formula. An embedded pair has one weight row $b^{(q)}$ for each+  order $q$. Parameters:   method:
from line 48 (7 lines, 3 more than before) @@ -49,4 +48,7 @@
     fourth-order method, whose coefficients lie in $\mathbb{Q}(\sqrt5)$. Formulas:+  formula-step: The one-step formula is $y_{n+1}=y_n+h\sum_i b_i k_i$, where $k_i=f(t_n+c_i+    h, y_n+h\sum_{j<i} a_{ij}k_j)$; for an embedded pair, use the row $b^{(q)}$ in+    place of $b$.   formula-row-sums: For every stage, $c_i=\sum_{j<i}a_{ij}$.   formula-moments: For each order-$q$ weight row and $1\leq m\leq q$, $\sum_i b^{(q)}_i 

Sign in to restore an earlier version.