You are given a triangle with angles alpha, beta and gamma and sides a opposite alpha, b opposite beta and c opposite gamma.
Write a function ‘triangles’ which, given alpha, beta and c calculates the length of the side a.
The angles alpha and beta are given in degrees. You should round your answer to two decimal places.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers132
Suggested Problems
-
Remove any row in which a NaN appears
8771 Solvers
-
Project Euler: Problem 10, Sum of Primes
2093 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
384 Solvers
-
10839 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Really enjoyed this :)
Love this usage of digital pedagogy!!!!
Nice problem, very challenging, very enjoyable
Clever question! You really have to know your angles to figure this out.