Thanks for your respond..
Regarding the boundary conditions;
my original differential equation is Bessel differential equations, so as you guessed I did substitution R[r]=RC[r]/r, however, the boundary conditions are correct for L = 0 (s-wave). The conditions that you suggested are correct...
Thanks for your help.
I want to solve the whole system numerically, and I have already tried the method that you suggested. In this problem since I want to calculate the phase shift, I can vary the energy as much as I want.
Here is a sample code mu = 6.;
width = 5.;
R = width;
Vb =...
I am trying to use NDSolve to solve a Schrodinger equation.
My question is that if I want to solve the Schrodinger equation for an infinite wall potential at r = R, I would want my wave function to die at r = R.
Here is the code that I know for a square well potential;
NDSolve[...