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

91.3% Correct | 8.7% Incorrect
Last Solution submitted on Aug 22, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers18

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!