One of well-known results is that the greatest eigenvalue of a nonnegative matrix lies between the smallest and the largest rowsum.
一个著名的结果是一个非负矩阵的最大特征值在它的最小行和与最大行和之间。
2
Of course, you can use a similar approach, by computing the sum of the elements in each row and remembering which row is the smallest you've seen so far.
当然,你可以使用类似的方法,计算每行元素之和并记录下值最小的那一行。
3
The "cumulative row to binary number" mapping is the same as the previous mapping, but you keep a cumulative sum — a running total — of the row values.