I have a series of mXn nested arrays with each of the elements as a {k,1}. I am trying to go in and find the max of each of the k values within each element. For example, max( A[mXn [space] [space] [k , B[mXn [space] [space] [k , C[mXn [space] [space] [k ). I want to return a mXn nested array...