Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine if a Butcher tree is in valid functional syntax
Test the validity of a tree:
In[1]:= | ![]() |
Out[1]= | ![]() |
Use the list operator to compare the validity in a list:
In[2]:= | ![]() |
Out[2]= | ![]() |
The resource function ButcherTrees generates only valid Butcher trees, which can be checked with ButcherTreeQ:
In[3]:= | ![]() |
Out[3]= | ![]() |
In[4]:= | ![]() |
Out[4]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License