Suppose we have a triangle $ABC$ whose vertices are defined by the following matrix: $$\begin{vmatrix} A_x&A_y&1\\ B_x&B_y&1\\ C_x&C_y&1\\ \end{vmatrix}= \begin{vmatrix} 3&3&1\\ 0&0&1\\ 5&0&1\\ \end{vmatrix}$$
Is it possible to find the angles of the triangle using only the information from the matrix? By that I mean that we do not sketch the triangle. Or am I wrong? And the use of the distance formula is just indispensible?
Using law of cosines: $$\cos \angle C=\frac{(A_x-C_x)^2+(A_y-C_y)^2+(B_x-C_x)^2+(B_y-C_y)^2-(A_x-B_x)^2-(A_y-B_y)^2}{2\sqrt{[(A_x-C_x)^2+(A_y-C_y)^2]\cdot [(B_x-C_x)^2+(B_y-C_y)^2]}}$$