How many minimum number of iterations are required to get an accuracy of \(0.001\) for the interval \([1,3]\) in the bisection method?
Show Hint
Minimum iterations in the bisection method:
\[
\boxed{
n\ge
\log_2\left(\frac{b-a}{\varepsilon}\right)
}
\]
where \(\varepsilon\) is the required accuracy.