Question: a. let's use the NumPy module to create an ndarray containing integers from 0 to 5, and then let X be an array reconstructed by
a. let's use the NumPy module to create an ndarray containing integers from 0 to 5, and then let X be an array reconstructed by reshape(3,2).
What is X.sum(), X.sum(axis=0) and X.sum(axis=1) respectively?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
