Last active
September 21, 2024 12:25
-
-
Save gaspard/45f787fbb5ec2f352eb4f5b41e66f22e to your computer and use it in GitHub Desktop.
conjugué de l'inverse et inverse du conjugué
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{align} | |
\overline{z_1-z_2}^{-1} &\\ | |
& = \overline{(-1-i)-(-1+i)}^{-1} \\ | |
& = \overline{(-1-i)+(+1-i)}^{-1} \\ | |
& = \overline{(-2i)}^{-1} \\ | |
& = (2i)^{-1} \\ | |
& = \frac{1\cdot(-2i)}{(2i)\cdot(-2i)} \\ | |
& = \frac{-2i}{-4i^2} \\ | |
& = \frac{-2i}{4} \\ | |
& = -\frac{1}{2}i \\ | |
\end{align} |
Author
gaspard
commented
Sep 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment