⬤
⬤
Examples -
Read Me -
Tools
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| What is the area of a triangle with side lengths: | ||||
| 75 | [a] | |||
| 44 | [b] | |||
| 91 | [c] | |||
| Triangle height over side c: | ||||
| sqrt([b]**2 - (([b]**2 + [c]**2 - [a]**2) / (2 * [c]))**2) | = 36.0473061965 … | [h] | ||
| Area: | ||||
| 1 / 2 * [c] * [h] | = 1640.15243194 … | [5] | ||