% Numerical Mathematics and Computing, Fifth Edition % Ward Cheney & David Kincaid % Brooks/Cole Publ. Co. % (c) 2003 % % file: s2.m % % This M-file is invoked by the file 'sin_plot.m'. function y = s2(x) y = x - (x^3)/6;