% % Written by: % -- % John L. Weatherwax 2007-09-10 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- coefs = [ (27/8), -(3/4), -(1/4) ]; one_over_mus = roots( coefs ); fprintf( 'one_over_mus = %10.6f\n', one_over_mus ); mus = 1./one_over_mus; fprintf( 'mus = %10.6f\n', mus );