No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

dem_bs(x)
% Used in FM 7-2 to demonstrate bisec_g.m
function y = dem_bs(x)
y = (1 - x.*cos(x)).*x;

Contact us at files@mathworks.com