Question: Problem 1 The Sierpinski triangle can be implemented in MATLAB by plotting points iteratively according to one of the following three rules which are selected
Problem 1 The Sierpinski triangle can be implemented in MATLAB by plotting points iteratively according to one of the following three rules.r which are selected randomly with equal probability 0.7 05 Rule 2: xn0.5x 0.255y 01 Rule 3: Xn+1 0.5xn 0.5, yn+1 -0.5n Write a program in a script filethat calculates the x and y vectors and then plots y versus .x as individual points (use plotx,y.). Start with x0 and y10. Run the program four times with 10, 100, 1,000, and 10,000 iterations. Present the graphs for 10, 100, 1,000, and 10,000 iterations. For 10,000 iterations, the graph will look a bit like the one shown above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
