%% Example of fixed point table %Dejen ketema, March,2019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %g=@(x)sqrt(10/(x+4)); g=@(x)(x+1)/x-1 ; p0=5; tol=0.0001; p=fixed_point_table_dejen_2019(g,p0,tol);