I know some formulas to find a triangle's area, like the ones below.
- Is there any reference containing most triangle area formulas?
- If you know more, please add them as an answer
$$s=\sqrt{p(p-a)(p-b)(p-c)} ,p=\frac{a+b+c}{2}\\s=\frac{h_a*a}{2}\\s=\frac{1}{2}bc\sin(A)\\s=2R^2\sin A \sin B \sin C$$
Another symmetrical form is given by :$$(4s)^2=\begin{bmatrix}
a^2 & b^2 & c^2
\end{bmatrix}\begin{bmatrix}
-1 & 1 & 1\\
1 & -1 & 1\\
1 & 1 & -1
\end{bmatrix} \begin{bmatrix}
a^2\\
b^2\\
c^2
\end{bmatrix}$$

Expressing the side lengths $a$, $b$ & $c$ in terms of the radii $a'$, $b'$ & $c'$ of the mutually tangent circles centered on the triangle's vertices (which define the Soddy circles)
$$a=b'+c'\\b=a'+c'\\c=a'+b'$$gives the paticularly pretty form $$s=\sqrt{a'b'c'(a'+b'+c')}$$
If the triangle is embedded in three dimensional space with the coordinates of the vertices given by $(x_i,y_i,z_i)$ then $$s=\frac{1}{2}\sqrt{\begin{vmatrix}
y_1 &z_1 &1 \\
y_2&z_2 &1 \\
y_3 &z_3 &1
\end{vmatrix}^2+\begin{vmatrix}
z_1 &x_1 &1 \\
z_2&x_2 &1 \\
z_3 &x_3 &1
\end{vmatrix}^2+\begin{vmatrix}
x_1 &y_1 &1 \\
x_2&y_2 &1 \\
x_3 &y_3 &1
\end{vmatrix}^2}$$
When we have 2-d coordinate $$ s=\frac{1}{2}\begin{vmatrix}
x_a &y_a &1 \\
x_b &y_b &1 \\
x_c &y_c & 1
\end{vmatrix}$$

In the above figure, let the circumcircle passing through a triangle's vertices have radius $R$, and denote the central angles from the first point to the second $q$, and to the third point by $p$ then the area of the triangle is given by: $$ s=2R^2|\sin(\frac{p}{2})\sin(\frac{q}{2})\sin(\frac{p-q}{2})|$$


A two part paper by Marcus Baker (1849-1903) in vols. 1 and 2 of the Annals of Mathematics, readily available online, gives $110$ such formulae (warning: the Wikipedia article on triangles states that some of them are erroneous).
A collection of formulae for the area of a plane triangle] [Part 1], Annals of Mathematics (1) 1 #6 (January 1885), 134-138. JSTOR link google-books link archive.org link
A collection of formulae for the area of a plane triangle [Part 2], Annals of Mathematics (1) 2 #1 (September 1885), 11-18. JSTOR link google-books link archive.org link
Added as an edit since I can't comment. The links to these articles have been given above. While I'm at it, here is a systematic way to derive these formulae and even find your own new ones. Without loss of generality, one can assume that the vertices are $A=(0,0)$, $B=(1,0)$ and $C=(p,q)$. One can then spend a pleasant hour computing the metric quantities involved in the identities (side lengths, trigonometric functions of the angles, lengths of medians, angle bisectors, altitudes ....) in terms of $p$ and $q$. This reduces the problem to showing that an expression in these variables reduces to $\frac q 2$ or, after squaring, to $\frac{q^2} 4$. This can often be done by hand---in cases of emergency, one can use mathematica.