This assignment does not count toward the final grade.
Unit-5 Experiments on NumPy
- Due No Due Date
- Points 0
- Submitting a file upload
Experiment-5 Complete the below tasks by using NumPy.
1) Create a 1D array.
2) Create a 2D array with the shape of (3,3)
3) Create a 3D array with the shape of (2,3,4)
4) Create a boolean array with the shape of (4,4)
5) Create a Numpy array filled with all zeros with the shape of (5,5)
6) Create a Numpy array filled with all ones with the shape of (5,5)
7) Create a 3-D array with the shape of (2,3,4) and Keep integer numbers from 1 to 24.
Find the total EVEN numbers ADDITION from the given 3-D array.
8) Create a 3-D array with the shape of (2,3,4) and Keep integer numbers from 1 to 24.
Find the total ODD numbers ADDITION from the given 3-D array.