## 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.
## Question 8: inner matrix (6 marks) Write code to create a 5 x 6 matrix of random values between 0 (included) and 1 (e
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am