NumPy Basics
Python : NumPy Basics Program List
Program [1]
Create a numpy array having two dimensions and shape(3,3) and perform the following operations on array elements:
Program [2]
Write a program to find the intersection of two arrays
Program [3]
Write a NumPy program to create a 5x5 array with random values and replace the minimum value with 0.
Program [4]
Create an array from [10, 15, 20, 25, 30]. Use Boolean indexing to create a new array with elements greater than 15.
