Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Chaos Game A very interesting method of generating a family of curves which includes the Sierpinski triangle (see http://mathworld.wolfram.com/SierpinskiSieve.html) is called the Chaos Game.

The Chaos Game A very interesting method of generating a family of curves which includes the Sierpinski triangle (see http://mathworld.wolfram.com/SierpinskiSieve.html) is called the Chaos Game. This is an algorithm described by Barnsley in 1988. It is a chaotic random process that can generate orderly patterns such as the Sierpinski Triangle. The general (n, r) chaos game begins with a polygon with n vertices which lie on the unit circle. One of the vertices is selected as a starting point, call it A. Then a vertex is randomly chosen from the remaining n-1 vertices. Call it B. A point, C, is drawn on the straight line between A and B at a fraction r of the distance between A and B. After this initial computation of C, one of the n vertices is randomly selected (call it B) and a new point is drawn at a fraction r of the distance between C and B. This process is repeated many times. (See http://mathworld.wolfram.com/ChaosGame.html). When these points are plotted some of the patterns obtained for various values of n and r can be viewed on the ChaosGame web page referenced above.

Assignment:

You are to write a Matlab program to generate a sequence of points obtained by playing the chaos game with different values for n and r. You should submit the images you obtain for the values n=3, r=1/2; n=5, r=1/3; n=6, r= 1/3; n=5, r=3/8 and at least one additional pair of values. Each image should be generated using 10000 points.

Requirements Submit a Matlab function definition that generates the graph for given values of n and r. Use meaningful variable names Comment and indent your code. It is your responsibility to make it readable to the grader

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 11G SQL

Authors: Joan Casteel

2nd Edition

1133947360, 978-1133947363

More Books

Students also viewed these Databases questions

Question

How will we measure their success and effectiveness?

Answered: 1 week ago

Question

What else could they be contributing to the organization?

Answered: 1 week ago

Question

How much time/resource do we think this piece of work will take?

Answered: 1 week ago