No older revisions available
No older revisions available
~cpp
수치해석 Project #2
2002 봄학기
제출일 : 5/2(화)
중앙 대학교 컴퓨터공학과 3학년
담당 교수 : 윤경현
문제 : For given function f(x) = 1/(1+100*x^2) and
data set x = [-1.0, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1.0]
(1) Plot f(x)
(2) Compute and plot the L10(x)
(3) Compute and plot the piecewise cubic interpolate L3(x)
(4) Compute and plot the cubic N-spline S3(x)
(5) Plot the Error f(x) - L10(x)
(6) Plot the Error f(x) - L3(x)
(7) Plot the Error f(x)- S3(x)
(^ 는 승을 표현 ex- x^2 = x*x )