b) Consider the following matrix: A= 1 2 5 -3 4 0 -9 -1 7 8 5 6 -2 10 -3 2 Write a computer MATLAB program that will: a)
Posted: Sun Jul 03, 2022 12:11 pm
b) Consider the following matrix: A= 1 2 5 -3 4 0 -9 -1 7 8 5 6 -2 10 -3 2 Write a computer MATLAB program that will: a) calculate the sum and average values of each column. b) assign 2 new columns in the right side of the matrix A. The first column should contain the sum of the elements of each row while the second column should contain the average of the elements of each row.