Write an MPI program for multiplying two nxn matrices, A and B

Write an MPI program for multiplying two nxn matrices, A and B

Write an MPI program for multiplying two nxn matrices, A and B, with each processor producing a row-band of matrix C. P0 will send row-bands of A and all of B to slaves.