The function check the similarity of two triangles given as two matrix with coordinates of vertices of each triangle.
Example:
U=[0 0;
1 0;
0 1]
V=[0 2;
2 0;
0 0]
similarity(U,V) return 1

Solution Stats

40 Solutions

21 Solvers

Last Solution submitted on May 31, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...