for n=1:1e4 tic m = randn(2000,2000); im = inv(m); disp(num2str(n)) toc end