Dear all.
I have this mathematical equation, how can I use equation graph equation with matplotlib
P''(x) - A**2 * P(x) + B - C/(r + x)**(1 + f) = 0
With A, B, C, r, f are input numbers
I just used sympy, so I do not know how to perform this equation in graph form.
Please help me
Thank you so much