I want to solve the following partial differential equation:
$$2\frac{\partial^2u}{\partial x^2} - \frac{\partial ^2u}{\partial x\,\partial y} - \frac{\partial ^2u}{\partial y^2} = 0$$
It's hyperbolic, so I converted it to canonical form, using $E=x+y$ and $N=x-2y$
This lead me to the equation:
$$9\frac{\partial ^2u}{\partial E\,\partial N}=0$$
...which should be far easier to solve, but I just cannot get my head around it for some reason. Can someone please explain the method for solving this?