Find the area of a six-pointed star inscribed in a circle of radius r.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
Make a random, non-repeating vector.
11601 Solvers
-
Set the array elements whose value is 13 to 0
1449 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14099 Solvers
-
Remove the middle element from a vector
93 Solvers
-
Do operation as per given string
59 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
There are infinite ways to inscribe a n-point star on a circle (it can be as thin or as fat as we want). https://www.123rf.com/photo_75546125_stock-vector-set-of-four-golden-six-point-stars-.html The problem should be more specific about its dimensions.
I was able to solve the 1st and 3rd problem of this type using the same solution, but had to use a different one for this one. https://mathworld.wolfram.com/Hexagram.html (the problem is actually refering to a regular hexagram.)