Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Give graphics to indicate the state of a finite-state system such as the head of a Turing machine
ResourceFunction["FiniteStateIndicatorIcon"][{x,y},{s,stot}] creates an icon at position {x,y} that indicates state s out of a total of stot states. |
Show icons for the states in a 4-state system:
In[1]:= |
Out[1]= |
Use FiniteStateIndicatorIcon to emulate RulePlot for a TuringMachine:
In[2]:= |
Compare with the built-in RulePlot:
In[3]:= |
Out[3]= |
This work is licensed under a Creative Commons Attribution 4.0 International License