No BSD License  

Highlights from
Numerical Methods for Physics

from Numerical Methods for Physics by Alejandro Garcia
Companion Software

rndoff_p.m
clear;  %%% Plot data from rndoff.f %%%
load hplot.dat; load eplot.dat;
loglog(hplot,eplot,'*');
xlabel('h');
ylabel('fractional error');
title('Round-off Error');

Contact us at files@mathworks.com