Right and wrong - MATLAB Cody - MATLAB Central

Problem 164. Right and wrong

Difficulty:Rate

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

46.32% Correct | 53.68% Incorrect
Last Solution submitted on Mar 06, 2025

Problem Comments

Solution Comments

Show comments

Group

Paper-&-pencil Games Image
Paper-&-pencil Games
  • 19 Problems
  • 4 Finishers

Problem Recent Solvers1406

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page