I am trying to solve the following PDE system:
I am searching for a function $f:{\mathbb{R}^+}^n\to\mathbb{R}^+$ with $n$ positive, real variables that satisfies the following PDE:
$\frac{\partial f}{\partial x_k}(x_1,...,x_n)=\frac{1}{n}\frac{f(x_1,...,x_n)}{x_k}$ for each variable $x_k$.
Even in the case of $n=2$, Mathematica's DSolve is failing me. How can this system be solved?