I have a set of matrices of size n*4(n rows and four columns).The elements of each matrix belong to (1,2,3,4). I want to find a pattern in those matrices to reduce the size of matrices to at least by 50%. I have proceeded by one idea in which the adjacent elements are replaced by its average.Is that a correct idea.?