% % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % % Problem on EPage 62; Solutions on EPage 161 % %----- close all; clc; clear all; addpath('../../BookCode'); fn = @(x) ( x^11 ); run_1_root = fzero(fn,-1.5,1.e-5) run_2_root = fzero(fn,1,1.e-5)