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)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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)
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.