a Uxx + b Uyy + c Uyx + d Ux + e Uy + f V = E1 U
g Vxx + h Vyy + k Vyx + m Vx + n Vy + q U^2 = E2 V.
All coeffients depensd on the variables x, y.
On the numerical side, I am exploring finite difference method and runge-kuta methods. But they seem not to give convincing results. Can not ensure othogonalisation of eigenvectors, etc..
I need both eigenvectors and eigenvalues to compute physical quantities, like conductivities, etc...
Can I also generalize the method for more than just two coupled systems?
Thank you.