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
Solution Comments
Show comments
Loading...
Problem Recent Solvers32
Suggested Problems
-
1813 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1305 Solvers
-
convert matrix to single column
434 Solvers
-
Is this triangle right-angled?
6388 Solvers
-
1964 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!
Triangle with sides 1,2,3 or 2,4,6 is not possible.
I would suggest you to update your test suite.