Question: o Write a python program for matrix operations (sqrto, sumo. Transpose) using numpy (15 marks) Sample Input x = [1 2] 14 51 Y= [78]

o Write a python program for matrix operations (sqrto, sumo. Transpose) using numpy (15 marks) Sample Input x = [1 2] 14 51 Y= [78] [9 10] Sample Output The element wise square root is [[ 1 1.41421356] [2 223606798] The summation of all matrix element is: 34 The column wise summation of all matrix is [16 18] The row wise summation of all matrix is [15 19] The transpose of given matrix is : [[14] [25]]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
