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 more_linear_interpolation.py that will take two observed 3D positions at two points in time, and then will calculate the 3D position at a third point in time. For this program, use the following data values: At time 12 seconds, observed position was 8,6,7) meters At time 85 seconds, observed position was (-5,30,9) meters You want to find the position at time 30 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 5 points. You may copy and paste the portion of your code that is needed to recompute interpolation 5 times. Create variables for the starting time of interpolation, and the ending time of interpolation. Display the results from interpolating at 5 points, evenly spaced from the beginning time to the ending time, inclusive. Interpolate, starting at time 30 seconds and ending at time 60 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!