% % Written by: % -- % John L. Weatherwax 2007-07-01 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- % Solve each system one at a time: % [ 5, 3; 2, 4 ] \ [ 2 ; 3 ] % x_1 = 0 [ 1, 3; -1, 4 ] \ [ 2 ; 3 ] % x_2 = 0 [ 1, 5; -1, 2 ] \ [ 2 ; 3 ] % x_3 = 0