Problem 164. Right and wrong

Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: http://en.wikipedia.org/wiki/Right_triangle.

Examples:

[3 4 5] ---> true

[5 12 13] ---> true

[5 5 5] ---> false

Solution Stats

45.89% Correct | 54.11% Incorrect
Last Solution submitted on Feb 23, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1218

Suggested Problems

More from this Author23

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!