Homework Statement
I need to find the roots of some functions using the bisection method, secant method, etc in Matlab. I have the m-files written, but I'm having trouble putting the function F(x)=e^{-0.5x}(4-x)-2 into Matlab. I had no problem with F(x)=0.95x^{3}-5.9x^{2}-6 but I don't...