<p><img alt="Big-O Justification Indicate whether the following assertions are true or false, and give a justification: n5n2 8n4 is O(n) n!+n2 is O(n log n) . log n + n
<strong>1.</strong> What is the result of the followingcode?<br/>import numpy as np<br/>x = np.array([1,4,5])<br/>y = x<br/>print(x + y) (Points : 1) [1,4,5,1,4,5]<br/> [2,5,10]<br/> [2,8,10]<br/> [2,10,10]Question 2.<strong>2.</strong> Which Numpy function do you useto create an array?
<p><img alt="Overvew In this exercise, you will write a function tankVolume that will numerically solve the volume of water in a tank from t MATLABs ode45 function. The ode that