Problem 42855. Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a right angled triangle with sides a and b and hypotenuse c does not exist, return NaN (not-a-number).
Solution Stats
Problem Comments
-
2 Comments
Asif Newaz
on 19 Oct 2019
although i'm providing a correct solution with correct answer, it's showing assertion failed for the 1st case. other assertions are ok. help?
goc3
on 29 Sep 2020
The first test case has had a tolerance applied.
Solution Comments
Show commentsProblem Recent Solvers1881
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15643 Solvers
-
4426 Solvers
-
Number of 1s in a binary string
9891 Solvers
-
Find the maximum number of decimal places in a set of numbers
3047 Solvers
-
Cell Counting: How Many Draws?
2162 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!