Let's define a function as follows:
$$f(x) = c_1 M(a,b,x)+c_2 U(a,b,x)$$
where $M(a,b,x)$ and $U(a,b,x)$ are Kummer and Tricomi functions, both solutions to the confluent hypergeometric equation.
I am now using this function in a code buth sometimes I have to divide $f'(x)$ by $f(x)$ and I noticed under some conditions I divide by zero, which is a remarkable numerical big problem. This said, do you know how I can find all the zeros of this function? Is there a closed form solution for it?
Any help is appreciated!