Skip to content
Snippets Groups Projects
Commit a946ae44 authored by svanheijst's avatar svanheijst
Browse files

Update 1_complex_numbers.md Mistake in an example (8 instead of 4)

parent 347dfaf5
No related branches found
No related tags found
No related merge requests found
Pipeline #82528 passed
...@@ -71,7 +71,7 @@ Check this! ...@@ -71,7 +71,7 @@ Check this!
!!! check "Example:" !!! check "Example:"
$$\begin{align} $$\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+8{\rm i} -4}{5}\\ \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{8}{5}
\end{align}$$ \end{align}$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment