Problem 61081. Slicing the area of a regular polygon
Given the area, A, of a regular polygon with n sides, each of length s, consider its decomposition in congruent isosceles triangles of base s and heigth h. Find the rectangle, with dimensions L×h, which covers all n triangles in their adjacent positions (n>3, cf. figure below). Complete the problem by determining the area, A_r, of the rectangle.
Hint: Consider that we are slicing the polygon into triangular slices and put them into the rectangle.
input: (A, n)
output: y = [L h A_r]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Slicing the area of a regular polygon
3 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!