function p07_story ( ) %*****************************************************************************80 % %% P07_STORY prints the "story" for problem p07. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 20 July 2012 % % Author: % % John Burkardt % % Parameters: % % None % fprintf ( 1, '\n' ); fprintf ( 1, ' This data is a simple symmetric set of 4 points,\n' ); fprintf ( 1, ' for which it is interesting to develop the Shepard\n' ); fprintf ( 1, ' interpolants for varying values of the exponent p.\n' ); return end