Symbol for maximum number in a multidimensional array/vector

328 Views Asked by At

I know that I can use the symbol "$\max_{1\leq i \leq N} x_i$" to find the max value in an array with one dimension.

What is the symbol to represent a function to find the max value in an array with two dimensions?