Problem 61076. Covering rectangle area of a four-pointed star polygon
Given the four-pointed star polygon formed by the rectangle, with dimensions l1xl2, and four triangles, with height, h, from their bases to the apices, find the rectangle, with dimensions y1xy2, such that has the same area of the given star polygon, and covers the given rectangle (cf. figure below). Given x=[l1 l2 h], return y=[y1 y2].
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers4
Suggested Problems
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!