% Example 9.4a (Physics 330) function f=fz(x) % evaluate the function fz(x) whose % roots are being sought f=exp(-x)-x;