I have to solve this PDE analytically. I am giving the input as shown in the image but when I am moving forward, there is no solution generated. Why? Do I need to give any more input?! Mathematica Screenshot
Equation =
D[\[Psi][x, y], {x, 2}] +
D[\[Psi][x, y], {y, 2}] == \[Kappa]^2*((2*Sinh[\[Psi][x, y]])/(
1 + \[Nu]*Sinh[\[Psi][x, y]]^2));
DSolve[Equation, \[Psi][x, y], {x, y}]