Page 1 of 1

## Question 8: inner matrix (6 marks) Write code to create a 5 x 6 matrix of random values between 0 (included) and 1 (e

Posted: Tue May 24, 2022 8:39 am
by answerhappygod
## Question 8: inner matrix (6 marks) Write code to create a 5 x
6 matrix of random values between 0 (included) and 1 (excluded),
rounded off to one decimal place. Print out the matrix. Use slicing
to extract the matrix consisting of the values not on the outside
of the matrix (i.e. the 3 x 4 matrix in the centre). Print out the
inner matrix.