Problem 42855. Height of a right-angled triangle
Solution Stats
Problem Comments
-
2 Comments
although i'm providing a correct solution with correct answer, it's showing assertion failed for the 1st case. other assertions are ok. help?
The first test case has had a tolerance applied.
Solution Comments
-
1 Comment
Rather than min(cell2mat(varargin))>0 , won't it be more generic to check (a+b > c) [triangle's property]
-
2 Comments
nice
What is the function supposed to return when with the input numbers, c can be a hypotenuse?
-
1 Comment
Test 1 is problematic. It does not accept the answer like 2.4000, 2.400, or 2.40. It expects exactly 2.4 which is the same. There is something wrong about test 1 format or something. Please update test 1.
Problem Recent Solvers1320
Suggested Problems
-
21578 Solvers
-
Back to basics 23 - Triangular matrix
789 Solvers
-
Sum of diagonal of a square matrix
1491 Solvers
-
Compute a dot product of two vectors x and y
909 Solvers
-
7607 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!