How would I perform pairwise operations of each matrix within list a? I\'m expecting 10 new variables (n*(n-1))/2 where n is the number of elements in list a. (5*(5-1))/2 =