C Program | Newton's Forward Interpolation :
https://drive.google.com/file/d/1kfz3_7JpJEScolu6ccClrAob8NiN3AVM/view?usp=drive_link
Explanation pdf:
https://drive.google.com/file/d/1u1FzJHo1OG6qHPmJyQCYHMr_9e9MEccB/view?usp=drive_link
All videos of Numerical Practicals:
https://youtube.com/playlist?list=PLIxKJOW5qKqoxmRh0oJFEMFvpQLnoIuy9&si=Dv7IHzKLcF3KfmXW
*****************************************************************************
#Semester-6 (CBCS)
# B.Sc.(Honours) Mathematics,
# University of Calcutta
P-15 Newton's forward/ DATE: 05/04/2024
***************************************************************************
Ans: / 22B1Q1P1
R=0: ....f(0.21)=1.2953251355
R=1: .....f(0.22)=1.2984506339
R=2: .....f(0.23)=1.3015836737
R=3: .....f(0.24)=1.3047242733
R=4: ......f(0.25)=1.3078724508
R=5: .....f(0.26)=1.3110282246
R=6: ...... f(0.27)=1.3141916129
R=7: ......f(0.28)=1.3173626343
R=8: ......f(0.29)=1.3205413070
R=9: .......f(0.30)=1.3237276495