Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 1 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Applied_Programming/Think_Complexity%3A_Exploring_Complexity_Science_with_Python_(Downey)/05%3A_Cellular_Automatons/5.01%3A_A_simple_CA
    The state of the cell during time step i is an integer, x i . As an initial condition, suppose x 0 = 0. Arbitrarily, I’ll pick x i+1 = x i + 1, which says that during each time step, the state of the ...The state of the cell during time step i is an integer, x i . As an initial condition, suppose x 0 = 0. Arbitrarily, I’ll pick x i+1 = x i + 1, which says that during each time step, the state of the CA gets incremented by 1. For a 2-state CA, we could write a rule like x i+1 = (x i + 1) % 2, where % is the remainder (or modulus) operator. In the rest of this chapter, we explore one-dimensional (1-D) CAs; in the next chapter we explore two-dimensional CAs.

Support Center

How can we help?