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`
WireworldEvolve
​
WireworldEvolve
[init,t]
generates a list representing the evolution of a Wireworld state
init
for
t
steps.
​
​
WireworldEvolve
[init]
gives the result of evolving
init
for one step.
​
​
WireworldEvolve
[init,tspec]
gives only those parts of the evolution specified by
tspec
.
​
Details and Options

Examples  
(17)
Basic Examples  
(1)
Evolve a Wireworld state for a single step:
In[1]:=
WireworldEvolve
[{​​{0,0,0,0,3,3,0,0,0,0,0},​​{3,3,2,1,3,0,3,3,2,1,3},​​{0,0,0,0,3,3,0,0,0,0,0}}]
Out[1]=
{{{0,0,0,0,3,3,0,0,0,0,0},{3,3,2,1,3,0,3,3,2,1,3},{0,0,0,0,3,3,0,0,0,0,0}},{{0,0,0,0,1,3,0,0,0,0,0},{3,3,3,2,1,0,3,3,3,2,1},{0,0,0,0,1,3,0,0,0,0,0}}}
Evolve an initial state for 2 steps and plot the result:
In[2]:=
WireworldPlot
/@
WireworldEvolve
SparseArray
Specified elements: 14
Dimensions: {5,11}
,2
Out[2]=

,
,

Scope  
(7)

Properties & Relations  
(2)

Possible Issues  
(3)

Neat Examples  
(4)

SeeAlso
WireworldStateQ
 
▪
WireworldPlot
 
▪
$WireworldFunctionRule
 
▪
$WireworldNumberRule
RelatedGuides
▪
Wireworld
""

© 2025 Wolfram. All rights reserved.

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