% Numerical Mathematics and Computing, Fifth Edition % Ward Cheney & David Kincaid % Brooks/Cole Publ. Co. % (c) 2003 % % file: f3.m % % This M-file is invoked by the file 'num_int3.m'. function f=f3(t) f=cos(2*t)/exp(t);