Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NumericalAnalysisClass/Report2002 2

From ZeroWiki
Revision as of 05:23, 7 February 2021 by imported>Unknown
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
수치해석 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 )


NumericalAnalysisClass