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

75.0% Correct | 25.0% Incorrect
Last Solution submitted on Jan 24, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers30

Suggested Problems

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!