Reference: reduceMatrix
reduceMatrix(mat, n), where mat is a real or complex matrix and n is a positive integer, returns the matrix obtained by taking every nth row of mat, starting with the first row.
reduceMatrix(mat, n), where mat is a real or complex matrix and n is a positive integer, returns the matrix obtained by taking every nth row of mat, starting with the first row.