I need to compute (numerically) the eigenvalues (L) of this singular ODE,

y´´ + 1/x * y´ + L * (1 - x2) y = 0 , subject to

y(1) = 0 , y'(0) = 0

Is it possible to use the Matlab function bvp4c?

Or another?

Similar questions and discussions