Question: Do this using python code please. Numerical Derivatives Consider the above data of the time and position of a certain object You will need to:

Do this using python code please.
Numerical Derivatives Consider the above data of the time and position of a certain object You will need to: a. Find and print the velocity at t=10s using second-order (TE of order h2 ) forward-differenced Taylor series b. Find and print the acceleration at t=10s using first-order (TE of order h ) backward-differenced Taylor series Remember to i. Write the relevant Taylor series expansion on paper for each (just the full expansion. not derivation) ii. Write separate functions (that may call other functions) for calculating the velocity and acceleration. The code should ask the user whether they would like to find quantities velocity (a) or acceleration (b), call the appropriate function (as written in (ii) above) and then print the quantity, as stated in (a) or (b), found using the respective methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
