Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the Knuth-Bendix completion for a given multiway system evolution
ResourceFunction["FindKnuthBendixCompletion"][rules,init,n] finds the Knuth-Bendix completion after n steps in the evolution of the multiway system with the specified rules starting from initial condition init. |
"StateEvolutionFunction" | the list of successors for a given state |
"StateEquivalenceFunction" | whether two states should be considered equivalent |
"StateEventFunction" | the list of events obtained from a given state |
"SystemType" | system type name |
"EventSelectionFunction" | which events from a given state should be included |
Find the Knuth-Bendix completion for a non-causally-invariant multiway system evolution:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Find the Knuth-Bendix completion for a more complicated non-causally-invariant multiway system evolution:
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
By picking a specific updating order, we can change the Knuth-Bendix completion:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Determine that a multiway system is causally invariant:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
FindKnuthBendixCompletion can also find Knuth-Bendix completions for WolframModel evolutions:
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
FindKnuthBendixCompletion gives an empty list if and only if the multiway system is causally invariant:
In[11]:= |
Out[11]= |
In[12]:= |
Out[12]= |
This work is licensed under a Creative Commons Attribution 4.0 International License