Difference between revisions of "MR 01 Loesung"
Jump to navigation
Jump to search
m (Link zum Rätsel eingefügt.) |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | Fossys Lösung für das Rätsel [[MR_01]]. | ||
| + | |||
== Lösung in <math>\C</math> == | == Lösung in <math>\C</math> == | ||
{| | {| | ||
| − | | <math>f_1(z) | + | | <math>f_1(z) = \frac{\left | z \right |^2}{z}</math> |
| − | + | | <math>= \bar{z}</math> | |
| − | |||
| − | |||
| − | | <math>\bar{z}</math> | ||
|- | |- | ||
| − | | <math>f_2(z) | + | | <math>f_2(z) = \frac{i \left | z \right |^2}{z}</math> |
| − | + | | <math>= \Re\gtrless\Im(z)</math> | |
| − | |||
| − | |||
| − | | <math>\Re | ||
|- | |- | ||
| − | | <math>f_3(z) | + | | <math>f_3(z) = \frac{z^2 + \left | z \right |^2}{2z}</math> |
| − | + | | <math>= \Re(z)</math> | |
| − | |||
| − | |||
| − | | <math>\Re(z)</math> | ||
|- | |- | ||
| − | | <math>f_4(z) | + | | <math>f_4(z) = \frac{z^2 - \left | z \right |^2}{2i z}</math> |
| − | + | | <math>= \Im(z)</math> | |
| − | |||
| − | |||
| − | | <math>\Im(z)</math> | ||
|} | |} | ||
| + | |||
| + | <math>\forall z \in \C\setminus\{0\}</math> | ||