Methods of Array Creation

Report a typo

Match each method with its description:

Match the items from left and right columns
np.zeros_like()
np.arange()
np.zeros()
np.ones()
np.linspace()
This method creates an array with values within a given interval.
This method returns an array with evenly space elements.
This method returns an array of zeros with the same shape and type as a given array.
This method creates an array filled with ones.
This method creates an array filled with zeros.
___

Create a free account to access the full topic