GRADE 10 Numpy Practical Part1
GRADE 10 Numpy Practical Part1
ARTIFICIAL INTELLIGENCE
2. Write a program to create a 1D array with the elements (1.5, 2.6, 3.7,
4.8, 5.9 using NumPy.
3. Write a program to create a 2D array with the values 1,2,3 and 4,5,6.
4. Write a program to get the fourth element and fifth element from the
given array.
5. Write a program to get the fourth element from the given array and
multiply it into 4
6. Write a program to get the fourth element and fifth element from the
given array and add it.
Extra Questions
1. Write a program to get the fourth element and third element from the
given array and multiply it into 4
2. Write a program to get all the elements from the given array and add
it.