Use python for coding and solving: # Question 1 “””Create a 6 by 5…

Question Answered step-by-step Use python for coding and solving: # Question 1 “””Create a 6 by 5… Use python for coding and solving:# Question 1″””Create a 6 by 5 numpy array (call it A) of random integers, selected uniformly from the interval [3, 43) and then replace all entries larger than 13 by −15.”””Image transcription textQuestion 1 (10 Points). Create 6 by 5numpy array (call it A) of randomintegers, selected uniform… Show more… Show more#Question 2def sum_row(A):   A = np.arange(-4,11).reshape(5,3)  #test case print(A)print(sum_row(A))  # should print [-9, 0, 9, 18, 27]Image transcription textQuestion 2 (15 Points). Assume that Ais a numpy array of shape (m, n), i.e., Ais an m x n matrix. Write a … Show more… Show more  Computer Science Engineering & Technology Python Programming MATH 1MP3 Share QuestionEmailCopy link Comments (0)