Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get a list of terms in the Taylor series expansion of the error for Runge–Kutta methods
ResourceFunction["ButcherPrincipalError"][p,s] gives the principal error for a method of order p with s stages. | |
ResourceFunction["ButcherPrincipalError"][p] gives the principal error using stage-independent tensor notation. |
"ContinuousExtension" | False | whether to generate conditions for continuous extensions |
"RungeKuttaMethod" | "Implicit" | type of Runge-Kutta method |
The principal error coefficients for any second‐order, s‐stage method:
In[1]:= |
Out[1]= |
The same coefficients in the stage-independent notation:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License