Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the weight of a Butcher tree
ResourceFunction["ButcherPhi"][tree,s] gives the weight of tree in an s-stage Runge-Kutta method. | |
ResourceFunction["ButcherPhi"][tree] gives the weight of tree in stage-independent tensor notation. |
"RungeKuttaMethod" | "Implicit" | type of Runge-Kutta method |
Compute the elementary weight function imposed by f[f[f[f]f^2]] for an s‐stage method:
In[1]:= |
Out[1]= |
Repeat, giving the result in stage-independent tensor notation:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License