clear disp('Solution of the steady-state three tank mixing problem') pause A=[-10 4 0; 10 -12 2; 0 8 -8] pause d = zeros(3,1); d(1) = -24; d(2) = -48 pause sol = A\d