Repetitions of the indices are allowed.
If the list of column indices is a permutation of 0 .. n-1, where n is the number of columns, then the result is the corresponding permutation of the columns of f.
i1 : R = ZZ/101[a..f]; | 
  
i2 : p = matrix {{a,b,c},{d,e,f}} | 
  
i3 : p_{1} | 
  
i4 : p_{1,1,2} | 
  
i5 : p_{2,1,0} | 
  
See also _.




