Elementary cellular automata

Slides:



Advertisements
Similar presentations
Maureen Curran and Mary Lou Aalbers Hazelwood School District
Advertisements

© T Madas.
Patterns. PATTERNS A pattern constitutes a set of numbers or objects in which all the members are related with each other by a specific rule. It is also.
Finding the Area of a Basic Figure Developing the Area formulae for Squares, Rectangles, Parallelograms, Triangles, and Trapezoids. Square Parallelogram.
12.3 Surface Area of a Pyramids and Cones Slant Height ( l )
Geometry Review. Name that Shape… Rectangle Name that Shape… hexagon.
Find the Perimeter and Area:
Area of Squares, Rectangles, Parallelograms, and Triangles.
Patterns and Transformations $10 $20 $30 $40 $50 $30 $20 $40 $50 $10 $40 $50 Combine Shapes Patterns Polygons Transformations Transformations are worth.
Measuring Inscribed Angles. Definition of Inscribed Angle An inscribed angle is an angle with its vertex on the edge of a circle.
Chapter Congruence and Similarity with Transformations 13 Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
Here are the eight semi-regular tessellations:
G Stevenson What Are Tessellations? Basically, a tessellation is a way to tile a floor (that goes on forever) with shapes so that there is no overlapping.
Investigation 3 Regular Polygons Shapes and Designs.
Shapes Edited by M. Haynie. Circle Triangle Square.
Vocabulary Translation: Moving a shape, without rotating or flipping it. "Sliding". The shape still looks exactly the same, just in a different place.
Tessellations This is a Roman inlaid marble tiling pattern For more see
Tessellations. In nature and life, they appear often: Honeycombs... Mud flats... In games, like checkers..
© 2010 Pearson Education, Inc. All rights reserved Motion Geometry and Tessellations Chapter 14.
Tessellations Kaylee Kennedy Phillips Geometry/Physics.
[1.1] Line Symmetry. Use two pattern blocks to make:  Triangle  Rectangle  Square  Parallelogram  Rhombus  Trapezoid  Hexagon  Can you find more.
10-3 Surface Areas of Prisms
Bug Eye Task Task 1Task 2Task 3Task 4 Task 5Task 6Task 7Task 8 NC Level 4 to 7.
What questions could we ask about this tile?. What if… We put 2 together?
Elementary Mathematics Institute Day 3 Focus: Perimeter and Area And 3-D Shapes.
Year 7: Length and Area Perimeter The perimeter of a shape is the total distance around the edge of a shape. Perimeter is measured in cm A regular shape.
Lesson 1.1 AIM: Finding Patterns. 3, 6, 12, 24… Find the next three numbers in the pattern. 48, 96, 192 What is the rule? Multiply the last number by.
What is a Tessellation? A tessellation is a pattern of repeating shapes that leave no spaces or overlaps in it pieces. Tessellations are made by reflecting.
7-1C Areas and Perimeters of Similar Polygons What is the relationship between the perimeter ratios of similar figures and their similarity ratio? What.
Perimeter The distance around the outside of a shape.
Symmetry LESSON 58DISTRIBUTIVE PROPERTY PAGE 406.
Chapter13-6 Similar and Congruent Figures
Teacher's Notes Topic: Pythagoras Perimeters
LENGTH and PERIMETER.
Warm Up: Pg. 146 On a park map, a picnic area is represented by a rectangle with coordinate (0,0) (0,4) (6,4) and (6,0). The park is going to be renovated.
Chaotic Behavior - Cellular automata
You should have 10 strips of paper—5 of the same color. TOP TOP You should have 10 strips of paper—5 of the same color. Fold one corner of the paper.
Two views Here are two views of the same shape made up of coloured cubes. How many cubes are there in the shape? What’s the minimum number? Maximum number?
Tessellations Objective:
Tessellations A tessellation is made by reflecting, rotating or translating a shape. A shape will tessellate if it can be used to completely fill a space.
Polygons Sec: 1.6 and 8.1 Sol: G.3d,e and G.9a.
10-4 Surface Areas of Pyramids
Polygons, Perimeters, and Tessellations
Area of Shapes.
GEOMETRY SOL 5.13.
Area Explorations Using Shape Builder.
Third Grade: Unit 6 Review
Perimeter and area of Combined shapes
CSE322 Minimization of finite Automaton & REGULAR LANGUAGES
All pupils understand and construct tessellations using polygons
10-4 Surface Areas of Pyramids
Shapes.
All Change It Fits Tessellations To be able to:
13 Chapter Congruence and Similarity with Transformations
Perimeter word problem
SPLITTING OF COMBINED SHAPES
Tessellations of the Plane
Standards:.
Lesson 7-6 Tessellations.
Shape and Space Rectangles The aim of this unit is to teach pupils to:
Area of combined figures
Counting Shapes.
Welcome GCSE Maths.
Welcome GCSE Maths.
Can you work out the next shape in the pattern?
The Formation of a Packard Snowflake
Cave generation with cellular automata
Can you work out the next shape in the pattern?
Tessellations Geometry Unit 2 Session 4.
Presentation transcript:

Elementary cellular automata In Application Roger Doles

- Define (game)board to be an m x n lattice of cells How it works To start, choose a seed - Define (game)board to be an m x n lattice of cells - Each cell can either be on or off - A cell with 2 or more neighbors on becomes on - Otherwise cell remains in same state

Some Examples

The problem Minimum number of trees in a forest to set the entire forest on fire? -Think about it as an m x n automaton - Assign each tree a square on the grid - How many need to start on fire?

So… How many do we need? We need another result first By definition there are only 4 ways, up to rotation, to turn a cell on How does the perimeter of the on cells change between steps?

Perimeter of on squares is 44 7 x 8 board 11 squares on to start Perimeter of on squares is 44 Seed pattern

Perimeter = 44 Perimeter = 38 Perimeter = 34 Perimeter = 32 Perimeter = 30 Perimeter = 30

Perimeter = 30 …for each of these boards

So… How many do we need? Since the perimeter of the on squares is non-increasing, the minimum number of squares is the ceiling of the average of m & n m n

So… How Do We position them? This pattern has 9, the ceiling of the avg. of m & n, turned on as a seed. This pattern will not fill the board The minimum number of cells is not guaranteed without specific orientation 8 9

So… How Do We position them? Consider this pattern as step t=1 It will produce step t from previous slide in one step Perimeter of full board= Per of seed = 34 = 2m + 2n For m = 8, n = 9 Number of seed cells, s = 9 8 9

So… How Do We position them? This orientation will always fill the board

For any natural numbers m,n So… the solution? Orientation of seed For any natural numbers m,n - If m + n is even, no more than (m + n) / 2 cells are required to fill the board - If m + n is odd, no more than (m + n + 1)/2 cells are required to fill the board

Tessellating cell Shapes Further work Board Shapes Tessellating cell Shapes We have already proven for square, rectangle and L –shape boards. What about a cross shape? Conjecture: Predominant L will fill using the same seed Remaining appendages of cross fill by choosing a similar pattern Show that behavior of growth is similar to squares and generalize to regular tessellating shapes Same rules must apply: half or greater of shared-edge neighbors must be on to turn on. Otherwise cell remains in same state Proposed for future work: triangles and hexagons

Questions?