~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)