Question: ) A 2-dimensional array with 3 rows and 3 columns containing random numbers from 1 to 9 is given as - arr1= np.array([[3,2,1],[6,4,5],[8,7,9]]) Find the
) A 2-dimensional array with 3 rows and 3 columns containing random numbers from 1 to 9 is given as - arr1= np.array([[3,2,1],[6,4,5],[8,7,9]]) Find the difference between the maximum element across the columns and the minimum element across the rows. [7 3 2] [7 3 1] [8 3 2] [7 1 2]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
