Which Python statement creates the following 2-D NumPy array? [[ XXXXXXXXXX] [ XXXXXXXXXX]] Assume that the following statement exist in the program: import numpy as np Lütfen birini seçin: a. ar =...



Which Python statement creates the following 2-D NumPy array?


[[10. 9.6 9.2 8.8 8.4] [ 8. 7.6 7.2 6.8 6.4]]

Assume that the following statement exist in the program:

import numpy as np




Lütfen birini seçin:


a. ar = np.arange(10, 6, -0.4).reshape(5, 2).transpose()

b. ar = np.arange(6.4, 10.1, 0.4).reshape(2, 5).transpose()

c. ar = np.arange(10, 6, -0.4).reshape(5, 2)

d. None of the others

e. ar = np.arange(10, 6, -0.4).reshape(2, 5)




Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here