Find (with explanation) how many addition and multiplication operations are incorporated in two basic matrix procedures, as follows:
a) Illustrate that if A is the m x n matrix and B is the n x p matrix, then finding product AB needs mpn multiplications and mp(n-1) additions.
b) Illustrate how many additions and multiplications are incorporated in finding reduced row echelon form of m x n matrix A.