Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lectures/complex_and_trig.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ So let's dive in.

A complex number has a **real part** $x$ and a purely **imaginary part** $y$.

Here, $i$ denotes the imaginary unit, satisfying $i^2 = -1$.

The Euclidean, polar, and trigonometric forms of a complex number $z$ are:

$$
Expand Down
Loading