[solved]-1 Write Program Matlab Multiply Matrix B Dimensions Two Matrices Bust Given Like M N P Cha Q39007588

1- Write a program in MATLAB, to multiply matrix A and B. Dimensions for the two matrices bust be given like m, n and p, which can be changed for a general program. Call the product C. The program must use Do loops to perform the multiplication (not using the MATLAB capability of C=A*B; but you can use this to check your program) [1 3 A = 13 0 16 1 3 4 61 2 9 -1, 2 4 -1) [1 -2 101 3 7 -5 B = -3 -1 4 4 2 3 To 1 61 2- Find, using a calculator, the rank of C. 3- Use your program to multiply B by A. Call the product D. 4- Find the rank of matrix D. 5- Given the vector h = [-1 -12 -8 5 1] write a computer program in MATLAB to find the maximum entry of a vector and its place in the vector (That is, if the vector has n elements, the largest value is the mth element) Show transcribed image text 1- Write a program in MATLAB, to multiply matrix A and B. Dimensions for the two matrices bust be given like m, n and p, which can be changed for a general program. Call the product C. The program must use Do loops to perform the multiplication (not using the MATLAB capability of C=A*B; but you can use this to check your program) [1 3 A = 13 0 16 1 3 4 61 2 9 -1, 2 4 -1) [1 -2 101 3 7 -5 B = -3 -1 4 4 2 3 To 1 61 2- Find, using a calculator, the rank of C. 3- Use your program to multiply B by A. Call the product D. 4- Find the rank of matrix D. 5- Given the vector h = [-1 -12 -8 5 1] write a computer program in MATLAB to find the maximum entry of a vector and its place in the vector (That is, if the vector has n elements, the largest value is the mth element)
Expert Answer
Answer to 1- Write a program in MATLAB, to multiply matrix A and B. Dimensions for the two matrices bust be given like m, n and p,… . . .
OR

