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