$-\phi'' +c(x) \phi(x) = f(x), \phi (0) = \alpha $ and $\phi (1) = \beta $ If we use central difference method to discretize $\phi ''$, we know when $c(x) \geq 0 $ the matrix is invertible. Thus, we can solve the linear algebra problem to find the numerical solution.
My question is: If $c(x)<0$ ?How can we solve this problem numerically if use the finite difference method?