Problem 44394. How to calculate the length of a triangle's side given two angles and one side
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
-
3 Comments
Really enjoyed this :)
Love this usage of digital pedagogy!!!!
Nice problem, very challenging, very enjoyable
Solution Comments
Show commentsProblem Recent Solvers119
Suggested Problems
-
Return the largest number that is adjacent to a zero
5409 Solvers
-
Permute diagonal and antidiagonal
463 Solvers
-
Reverse the elements of an array
1048 Solvers
-
328 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
770 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!