Skip to content
Snippets Groups Projects
Commit 6cebb5b5 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

Fix typo in complex exponential function

parent 347876d5
No related branches found
No related tags found
No related merge requests found
Pipeline #42645 passed
......@@ -116,7 +116,7 @@ involving cosines and sines.
It also makes doing many common operations on complex number a lot easier.
The exponential function $f(z) = \exp(z) = e^z$ is defined as:
$$\exp(z) = e^{x + {\rm i}y} = e^{x} + e^{{\rm i} y} = e^{x} \left( \cos y + {\rm i} \sin y\right).$$
$$\exp(z) = e^{x + {\rm i}y} = e^{x} e^{{\rm i} y} = e^{x} \left( \cos y + {\rm i} \sin y\right).$$
The last expression is called the *Euler identity*.
**Exercise** Check that this function obeys
......
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