Simplify $e^{x \cdot \log{y}}$ where $x, y \in R^N$

40 Views Asked by At

I'm looking to simplify the following expression (or to determine if it's even possible). Given two vectors $x, y \in R^N$, simplify $e^{x \cdot \log{y}}$. I found it in some m-code for an infinite mixture model I've come across, and I'm trying to verify the model for correctness.