solve ode with two independent variables



Hello,

I want to solve diff(n(x),x,2) = 0 in maxima, but the function n is a function of x and y.
So the solution is not n = A + B*x, but n = A(y)x + B(y)

How can I achieve this result?

Regards,
Nijso