Problem 42828. fractal circles

Create a fractal with circles using the same process as the Sierpinski triangle (https://en.wikipedia.org/wiki/Sierpinski_triangle) respectively the Sierpinski carpet (https://en.wikipedia.org/wiki/Sierpinski_carpet).

Starting point is the unit circle. Cut out circles with decreasing radii. In the end it should look like the profile picture.

Return the area (in multiples of pi) of the remaining part of the unit circle after n iterations!

Solution Stats

90.91% Correct | 9.09% Incorrect
Last Solution submitted on Jul 11, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers17

Suggested Problems

More from this Author9

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!