Problem 57785. Inscribe a circle in a triangle with a side of length equal to the circle’s circumference
A circle of radius r is inscribed in a triangle with a side that has a length equal to the circle’s circumference. The center of the circle is at
, and the special side is along the x-axis.
Write a function to determine the coordinates of the third vertex. If the circle cannot be inscribed, return (NaN, NaN).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Sort numbers by outside digits
151 Solvers
-
Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
136 Solvers
-
Calculate the Hamming distance between two strings
324 Solvers
-
Detect a number and replace with two NaN's
193 Solvers
-
Numbers spiral diagonals (Part 1)
209 Solvers
More from this Author292
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!