Question: Exercise 6 Expanding on exercise 3 , write a function that will generate a random matrix with r rows and c columns including all intgers

Exercise 6 Expanding on exercise 3 , write a function that will generate a random matrix with r rows and c columns including all intgers from 1 to rc in random order. Number of rows? 3 Number of columns? 6 [16,11,15,6,2,1] [18,5,4,8,3,10] [12,13,7,17,14,9] > Number of rows? 3 Number of columns? 6 [17,8,11,5,6,18] [12,7,4,16,14,1] [9,2,15,13,10,3]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
