Question: Python coding, please help! Question 4: Arrays, plotting, etc. (25 points) The position x of an object that moves with fixed acceleration at time t

Python coding, please help!
Question 4: Arrays, plotting, etc. (25 points) The position x of an object that moves with fixed acceleration at time t is given by x(t)=v0t+21at2, where v0 is the initial velocity. Write a short program that (1) asks the user to input initial velocity and accelaration, (2) creates a 3100 numpy array which has time (as integer steps from 0 to 99 ) in the first column, velocity at time t in the second column, and position at time t in the third column, (3) plots v vs. t and x vs. t. (Hint: It is OK to use a for loop for this question, but you don't need to. It would be much more efficient if you did nto use a for loop.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
