% % 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. % %----- % EPage 136 addpath('../../BookCode'); alpha = [ 0, 5, 10, 15, 20, 25, 30 ]; E_of_alpha = [ 1.57079, 1.56780, 1.55888, 1.54415, 1.52379, 1.49811, 1.46746 ]; for a=[2,13,27] aitken( alpha, E_of_alpha, a ) end