0% found this document useful (0 votes)
74 views12 pages

PPS Unit 5 Programs List-1

The document lists Python programs to perform operations on arrays, including creating and accessing 1D and 2D arrays, finding sums, largest/smallest elements, sorting arrays, matrix multiplication, and finding the transpose of a matrix. It provides codes and expected outputs for each listed program.

Uploaded by

futnari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views12 pages

PPS Unit 5 Programs List-1

The document lists Python programs to perform operations on arrays, including creating and accessing 1D and 2D arrays, finding sums, largest/smallest elements, sorting arrays, matrix multiplication, and finding the transpose of a matrix. It provides codes and expected outputs for each listed program.

Uploaded by

futnari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

PPS PROGRAMS LIST

CODES
Write a program in python to make 1D
array by a list

Write a program in python to access


elements of a 1D array

Write a program in python to find sum of


2 2D arrays
Write a program in python to find largest number
in a 1D array

Write a program in python to find smallest


number in a 1D Array

Write a program in python to find total


number of elements in an array

Write a program in python to make a user


defined 2D array by tuple
Write a program in python to sort 1D
Array

Write a program in python to make a user


defined 2D Array
Write a program in python to total number
of elements in array

Write a program in python to find smallest


number in 2D array

Write a program in python to find largest


number in 2D array
Write a program in python to do matrix
multiplication

Write a program in python to find


transpose of a matrix
OUTPUT
Write a program in python to make 1D
array by a list

Write a program in python to access


elements of a 1D array

Write a program in python to find sum of


2 2D arrays

Write a program in python to find largest number


in a 1D array
Write a program in python to find smallest
number in a 1D Array

Write a program in python to find total


number of elements in an array

Write a program in python to make a user


defined 2D array by tuple

Write a program in python to sort 1D


Array
Write a program in python to make a user
defined 2D Array

Write a program in python to total number


of elements in array

Write a program in python to find smallest


number in 2D array

Write a program in python to find largest


number in 2D array
Write a program in python to do matrix
multiplication

Write a program in python to find


transpose of a matrix

You might also like