Problem 55905. Triangulo Semelhante
Dados dois vetores A = (a1, a2, a3) e B = (b1, b2, b3) sendo referentes a arestas de triangulos. Verifique se os triangulos são semelhantes, retorne true ou false.
TriangulosSemelhantes([6, 4, 2], [3, 2, 1]) = true;
Solution Stats
Problem Comments
-
1 Comment
Dyuman Joshi
on 1 Oct 2022
Triangle with sides 1,2,3 or 2,4,6 is not possible.
I would suggest you to update your test suite.
Solution Comments
Show commentsProblem Recent Solvers30
Suggested Problems
-
43498 Solvers
-
8983 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12185 Solvers
-
5523 Solvers
-
Convert from Fahrenheit to Celsius
25166 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!