Numerical Methods Lab4
Numerical Methods Lab4
Interpolation
Laboratory Activity 4
I. Objectives
1. Develop algorithms for a given task using pseudocodes.
2. Implement the pseudocodes into a program using Matlab.
II.Problems
The upward velocity of a rocket is given as a function of time in Table 1.
Find the velocity at t=16 seconds
t V(t)
0 0
10 227.04
15 362.78
20 517.35
22.5 602.97
30 901.67
III. Methodology
<Discuss your solution to the problems here, including the pseudocodes and the code
themselves. Put the codes inside a box, labeling them appropriately. Use Courier
New font when typing the codes>
Problem 1
Problem 2
Problem 3
Problem 4
Problem 1
Problem 2
Problem 3
Problem 4
VI. REFERENCES