Write a matlab program to find the root of the equation xe^x=cosx in the interval (0,1) using regular falsi method correct to four decimal places.
Answers
Answered by
0
Answer:
The Regula–Falsi Method is a numerical method for estimating the roots of a polynomial f(x). ... If f(x1) = 0 then x1 is an exact root, else if f(x1) * f(b) < 0 then let a = x1, else if f(a) * f(x1) < 0 then let b = x1.
Similar questions