Ass8 Itw

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

BRACT’s

Vishwakarma Institute of Information Technology, Pune

Practical Implementation Sheet

Department: IT Semester: II Academic Year: 2023-24 Practical No: 8

Class: SY(B)- B2 Roll no: 232051 PRN no: 22210528

Course: ITW-II Name of Student: Shivaji Rajendra Patil

Aim:
Write a program to perform:
a. Create a result array by adding the following two NumPy arrays. Next, modify the
result array by calculating the square of each element
b. Sort following NumPy array
c. Split the array into four equal-sized sub-array

Code:
Conclusion:
In this way we have studied about array operations using NumPy library.

You might also like