I have been wrestling with this n-d coupled PDE for awhile and finding it very difficult to come up with an answer, but am wondering if there is some elusive "trick". Have looked through various books with standard forms and havent seen it yet. The context is something of a long story but the eqn is simple to state. has anyone encountered it before? does anyone see a solution? Looking for n-d solution in general but even a 2d solution would be helpful. (guess it is technically a linear PDE?)
$\mathbf{J(x) Ax = f(x)}$
$\mathbf{J(x)}$ is the Jacobian (of $\mathbf f(x)$), $\mathbf A$ is a given constant matrix, $\mathbf x$ a column vector; looking to solve for $\mathbf {f(x)}$...? presumably there is some analogy with or generalization of the 1d case which is not hard: $f(x)=x^b, b = \frac{1}{1-a}$. (can discuss further here for anyone interested.)
Hint it seems to me that if $x(t)$ is a solution of the ODE $$\frac{ d x(t)}{dt} = A x(t)$$ that is to say $x(t) = e^{t A} x(0)$ then $$\frac{d}{dt}(f(x(t))) = J(x(t)) A x(t) = f(x(t))$$ so that $$f(x(t)) = e^t f(x(0))$$
I don't say it solves the problem but it may be a starting point.