Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Wireworld

Guides

  • Wireworld

Tech Notes

  • Wireworld Package

Symbols

  • WireworldDraw
  • WireworldEvolve
  • WireworldPlot
  • WireworldStateQ
  • $WireworldFunctionRule
  • $WireworldNumberRule
DanielS`Wireworld`
WireworldStateQ
​
​
WireworldStateQ
[expr]
gives
True
if
expr
is a valid Wireworld state, and
False
otherwise.
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Test whether an expression is a valid Wireworld state:
In[1]:=
WireworldStateQ
[{​​{0,0,0,0,3,3,0,0,0,0},​​{3,3,2,1,3,0,3,3,2,1},​​{0,0,0,0,3,3,0,0,0,0}​​}]
Out[1]=
True
In[2]:=
WireworldStateQ
SparseArray
Specified elements: 15
Dimensions: {3,10}

Out[2]=
True
​
The following are not valid states:
In[1]:=
WireworldStateQ
[{{1},{2,3}}]
Out[1]=
False
In[2]:=
WireworldStateQ
[{{0,5},{2,3}}]
Out[2]=
False
SeeAlso
WireworldEvolve
 
▪
WireworldPlot
 
▪
WireworldDraw
RelatedGuides
▪
Wireworld
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com