Question: Canvas for more details. Write a program named more _ linear _ interpolation.py that will take two observed 3 D positions at two points in
Canvas for more details. Write a program named morelinearinterpolation.py that will take two observed D positions at two points in time, and then will calculate the D position at a third point in time. For this program, use the following data values: At time seconds, observed position was meters At time seconds, observed position was meters You want to find the position at time secondsNow add to your program in the following ways: When printing the position, follow the output by a line of dashes Compute the interpolation at points. You may copy and paste the portion of your code that is needed to recompute interpolation times. Create variables for the starting time of interpolation, and the ending time of interpolation. Display the results from interpolating at points, evenly spaced from the beginning time to the ending time, inclusive. Interpolate, starting at time seconds and ending at time seconds, printing the result each time. The line of dashes will separate each computation.Example output only first two times shown:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
