Question: The following are common operations on matrices: column sum, row sum, transpose, inverse, addition and multiplication. Examine the algorithm for each operation and develop vectorized procedures for each assuming a vector processor capable of performing vector add, subtract, reciprocal and multiply operations.