I need a help. I'm a new user in Mathematica. I need to solve Klein-Gordon in spherical coordinate like this
\[Psi]''[r] + 2 /r \[Psi]'[r] + m^2 \[Psi][r] == -E^2 \[Psi][r]
with m is the mass of particle and E is the eigenvalue. The boundary conditions are
\[Psi]'[0] == 1, \[Psi][0] == constant, \[Psi]'[infinity] == 0, \[Psi][infinity] == 0
How is the code that I have to make?