close all; clc; clear; % Problem EPage 82 % k = 100; fn = @ (x) ( exp( -x ) ./ ( x + 100 ) ); approx = galag( fn, 8 ) truth = 103/10402 approx-truth