function y = maxentry(A) % MAXENTRY Largest absolute value of matrix entries y = max(max(abs(A)));