It was in mid of a study (not related to Mathematics) I came across this equation:
I am not able to decode this expression. Here Zij refers to the values of a square matrix of nxn order.
Seeking help! Thanks in advance! :-)
$\sum_{j=1}^n |z_{ij}|$ is the sum of the absolute values of the elements in row $i$ of the matrix.
$\max_{1 \le i \le n} \sum_{j=1}^n |z_{ij}|$ is the maximum across all rows of those sums.
The second term probably has a typo (the $i$ in $\max$ should be a $j$). It most likely meant to be : $\;\max_{1 \le j \le n} \sum_{i=1}^n |z_{ij}|\;$ i.e. the maximum across all columns of the sum of the absolute values of the elements in column $j$ of the matrix.