A frieze pattern is a decoration made from repeated copies of a…

Question Answered step-by-step A frieze pattern is a decoration made from repeated copies of a… A frieze pattern is a decoration made from repeated copies of a basic element arranged in a row. Figure 1 shows examples from ancient Persian buildings.Figure 1 Example friezes  a.With a top-level decomposition of the problem of drawing a frieze pattern, assuming for the moment that the basic element is repeated just exactly 5 times. At this stage you are not trying to produce a solution, just break the problem down into smaller parts. We are looking for a decomposition that could apply to a frieze composed of any basic element, so for now you should just assume that the exact form of the basic element will be considered in a more detailed decomposition, so you can just say “draw basic element” for this step. Your initial decomposition should use exactly one loop. In the remainder of this question, you will design and implement a program to draw the particular frieze shown in Figure 2.In this frieze the length of each of the eight “spokes” of the basic element is 40 and the angle between the spokes is 45º. Each repeat is 100 units to the right of the previous one, as measured from the centre of one basic element to the centre of the next (where the centre is the point where the spokes of a basic element meet).b. refine your decomposition, adding more detail so that it becomes an algorithm. This is not yet a program, so you should write the steps in English rather than as Python statements. To draw the basic element of the frieze you will need to use a second loop.Figure 2 The frieze pattern for this question   Computer Science Engineering & Technology Python Programming COMP SCIEN TM112 Share QuestionEmailCopy link Comments (0)

Leave a Comment

Your email address will not be published. Required fields are marked *