Wolfram Language Paclet Repository (Under Development)

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • External Interfaces & Connections
    • Geographic Data & Computation
    • Graphs & Networks
    • Images
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Sound & Video
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
    • Using Paclets
    • Creating Paclets
    • New Definition Notebook
    • Random Paclet
    • Alphabetical List

Wireworld

Guides

  • Wireworld

Symbols

  • WireworldDraw
  • WireworldEvolve
  • WireworldPlot
  • WireworldStateQ
  • $WireworldFunctionRule
  • $WireworldNumberRule

Tutorials

  • WireworldPackage
DanielS`Wireworld`
WireworldStateQ
​
WireworldStateQ[expr]
gives
True
if
expr
is a valid Wireworld state, and
False
otherwise.
Details

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

Powered by the Wolfram Cloud More about Wolfram Technology

© 2022 Wolfram Research, Inc. All rights reserved. Terms of Use Privacy Contact Us