Pythagorean calculator
- jesskesson
- Nov 12, 2018
- 1 min read
Updated: Jun 3, 2019
Today, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem.

The theory is that a-squared plus b-squared is equal to c-squared. Using this theory, we found a way to calculate the length of an unknown side of a right-angle triangle.
It was hard to get used to doing a new calculation, because I'm used to doing trigonometry. However, this method is a useful way to check that previous calculations are correct.
Comments