powered by
Finds roots for a given interval of values for a given function using bisection method
Algorithms
Bisection(f = function(x) x^2 - 4 * x + 3, a = 0, b = 2)
mathematical function
lower bound numeric value
upper bound numeric value
# NOT RUN { RemixAutoML::Bisection(f = function(x) x ^ 2 - 4 * x + 3, a = 0, b = 2) # 1 # } # NOT RUN { # }
Run the code above in your browser using DataLab