a = [2 3 1 5; 1 0 3 1; 0 2 -3 2; 0 2 3 1]; b = [1 2 3; 10 20 30; 0.1 0.2 0.3]; matrixinfo(a); matrixinfo(b); % square matrix of Inf values