Learning Scientific Programming with Python (2nd edition)
Q8.4.1: Equation solving with scipy.optimize.brentq
Question Q8.4.1
Use scipy.optimize.brentq
to find the solutions to the equation
$$
x + 1 = -\frac{1}{(x-3)^3}
$$
Learning Scientific Programming with Python (2nd edition)
Use scipy.optimize.brentq
to find the solutions to the equation
$$
x + 1 = -\frac{1}{(x-3)^3}
$$