% Written by: % -- % John L. Weatherwax 2005-08-14 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- clc; for n=2:10, M = gallery('moler',n,1); MC = chol(M); disp(MC) end