I need to make a Python program that will execute a bisection method to decide the foundation (root) of:
f(x) = -26 + 85x - 91x2 +44x3 -8x4 + x5
The Bisection strategy is a mathematical technique for assessing the roots of a polynomial f(x).
Are there any accessible pseudocode, calculations, or libraries I could use to reveal to me the appropriate response?