Computer Science, asked by sunitagupta54637, 10 months ago

Please answer this and write the code

Attachments:

Answers

Answered by Anonymous
1

Create a column vector of 1's that has the same number of elements as A has columns. Using matrix multiplication, assign the product of the row vector, the matrix A, and the column vector (in this order) to the variable result. A = [1:5; 6:10; 11:15; 16:20];

Similar questions