From 320d5416d015537fbd1a47a95c24ccd8b54260ce Mon Sep 17 00:00:00 2001 From: svanheijst <s.e.vanheijst@tudelft.nl> Date: Mon, 30 Aug 2021 09:12:41 +0000 Subject: [PATCH] Update 1_complex_numbers.md (cont. of last commit) Forgot to change the second line --- src/1_complex_numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/1_complex_numbers.md b/src/1_complex_numbers.md index 68224c1..4459832 100644 --- a/src/1_complex_numbers.md +++ b/src/1_complex_numbers.md @@ -72,7 +72,7 @@ Check this! !!! check "Example:" $$\begin{align} \frac{1 + 2{\rm i}}{1 - 2{\rm i}} &= \frac{(1 + 2{\rm i})(1 + 2{\rm i})}{1^2 + 2^2} = \frac{1+4{\rm i} -4}{5}\\ - & = -\frac{3}{5} + {\rm i} \frac{8}{5} + & = -\frac{3}{5} + {\rm i} \frac{4}{5} \end{align}$$ ### Visualization: the complex plane -- GitLab