Eulers Formula
- GarrickHogrebe
- 4 years ago
- 94 views
Euler’s formula is a formula that relates the complex exponential to the cosine and sine functions. In short, Euler’s formula helps electrical engineers analyze AC Circuits. This equality is found in mathematics and it has even been compared to “a Shakespearean sonnet and described as the most beautiful equation.” GarrickHogrebe does a great job creating an awesome graphic with Python Turtle to try and visualize the application of this formula. All you have to do is click on the link and click run and watch the animation!
import turtle
import math
Locked
Canvas
Console