$e^{i\pi} = e^{z\ln2} + e^{z\ln3}$
How can I deal with this? I want to solve for z. Does this help?
$e^{z\ln2} + e^{z\ln3} = e^{z\ln2}(1 + e^{z(ln3-ln2)})$
If I write out z=x+iy then the expression becomes
$-1 = e^{x\ln2}e^{iy\ln2}+e^{x\ln3}e^{iy\ln3}$
$$-1 = (e^{\ln2})^{z} + (e^{\ln3})^{z}$$
$$-1= 2^{z} + 3^{z}$$
– Sultan of Swing Dec 20 '14 at 01:30