Question: I am able to make the array from 1 to 100, but unsure how to transform it to the listed matrices. It needs to be

I am able to make the array from 1 to 100, but unsure how to transform it to the listed matrices. It needs to be solved using numpy.
Write a script to create an array a1, 2,,100]. Once the array is created transform it to the following matrix: 1 2 ...101 B-151 52 55 60 81 82... 90 91 92 100 Now, from the same array a create the following matrix: 2 12 C- 5 15 9 19 92 95 99 10 20 100 Print to the console both matrices. Please place comments in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
