a) Create a 1D array of numbers from 1 to 10. import numpy as np array = np.arange(1, 11) print(array) b) Reshape the array into a 2x5 matrix. matrix = array.reshape ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results