I need help with the following root finding problem using the Bisection method
I want to find all roots between 0 and 3.5 for the following function:
y=sin(x^2)/e^(0.1*x) 0<x<3.5
I want a script to call the function three times to find these roots.
We know the 3 roots are between 1.5 and...