Question: python Question 1 (2 marks) Write an add_to_numpy_arrays(npray Anp_array_B) function, which will do the following tasks check if the arrays are conformable for addition if


python
Question 1 (2 marks) Write an add_to_numpy_arrays(npray Anp_array_B) function, which will do the following tasks check if the arrays are conformable for addition if they are conformable then retum their sum using the addition operator . if they are not conformable then return the following text. arrays are not conformable Question 2 (2 marks) Write a multiply_the_numy arrays (ne array A, np_array_) function which will do the following tasks check if the arrays are conformable for multiplication if they are conformable then return their product using an appropriate numpy function or an appropriate Python operator . if they are not conformable then return the following text arrays are not conformable Write your code for Problem 2 in the cell below Question 1 (2 marks) Write an add_two_my_arrayscmp_array, no_array_) function, which will do the following tasks check if the arrays are conformable for addition, . if they are conformable the return their sum using the addition operator if they are not conformable then return the following text: arrays are not conformable Question 2 (2 marks) Write a multiply_two_numpy_array_array, np_arry) function, which will do the following tasks . check if the anays are conformable for multiplication they are conformable the return their product using an appropriate numpy function or an appropriate Python operator . they are not contornable then return the following text:"arrays are not conformable" Write your code for Problem 2 in the cell below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
