As I know, exponential function is strictly monotonic increasing function. So it means that for $x,y \in \mathbb{R}$, if $e^x=e^y$ then $x=y$. But how about exponential matrix? If I have two matrices $X,Y$ satisfy $e^X=e^Y$, does that mean $X=Y$?
Asked
Active
Viewed 77 times
0

peek-a-boo
- 55,725
- 2
- 45
- 89
-
by the way, I edited the title to properly reflect what you asked in the question (unique isn't the word you were looking for, the correct term in this context is injective) – peek-a-boo Dec 30 '19 at 13:51
-
Ahh thanks @peek-a-boo. – RANGGAJAYA CIPTAWAN Dec 30 '19 at 13:53
-
No it does not. Check out the zero matrix and the diagonal matrix $\operatorname{diag}(2i\pi, 0)$ – Cameron Williams Dec 30 '19 at 14:00
-
also, you should specify whether you're interested in matrices with only real entries, or whether you allow for complex entries – peek-a-boo Dec 30 '19 at 14:03