% % 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 63; Solutions on EPage 161 % %----- close all; clc; clear all; addpath('../../BookCode'); % don't include the leading coefficient of x^n when calling bairstow: coefs = [ -1, -1, 1, -2, 2 ]; bairstow( coefs, 5, 1.e-4 )