Skip to content

Commit cb46679

Browse files
Define imaginary unit in complex numbers section (#779)
Adds a brief definition of the imaginary unit.
1 parent 6c607de commit cb46679

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lectures/complex_and_trig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ So let's dive in.
4545

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

48+
Here, $i$ denotes the imaginary unit, satisfying $i^2 = -1$.
49+
4850
The Euclidean, polar, and trigonometric forms of a complex number $z$ are:
4951

5052
$$

0 commit comments

Comments
 (0)