Problem 2021. Is this triangle right-angled?
Solution Stats
Problem Comments
-
7 Comments
This is a good problem to refresh basic geometry
The checking should include a random Pythagorean triple (given random natural numbers a>b: a^2-b^2, 2ab, and a^2+b^2 form a Pythagorean triple). For the checking right now, a~=2 passes the tests.
Basic triangle math plus if statements. Great example
This reminds me the old good days ... basic geometry as Sreeram Mohan said :)
Brain clearance
great problem!
i think it is meaningful
Solution Comments
Show commentsProblem Recent Solvers6375
Suggested Problems
-
Make an awesome ramp for a tiny motorcycle stuntman
748 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
580 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2033 Solvers
-
Sum of odd numbers in a matrix
613 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!