Question: 1) Create random matrix A with size 5x5 which values are integers from 0 until 20 2) flip the matrix from up to down to
1) Create random matrix A with size 5x5 which values are integers from 0 until 20 2) flip the matrix from up to down to form the matrix B 3) Create a new column in the matrix B that contains the sum of the elements in the same row. 4) Create a new column in the matrix B that contains the maximum of the elements in the same row. 5) Create a new column in the matrix B that contains the minimum of the elements in the same row. 6) Create a new column in the matrix B that contains the average of the elements in the same row. 7) Sort the table based on the column 6. 8) find all number superior to 10 in the column 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
