function p01_story ( ) %*****************************************************************************80 % %% P01_STORY prints the "story" for problem 1. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 August 2011 % % Author: % % John Burkardt % % Parameters: % % None % fprintf ( 1, '\n' ); fprintf ( 1, ' This example is due to deBoor.\n' ); fprintf ( 1, ' For this example, X is measured in days,\n' ); fprintf ( 1, ' and Y records the observed position of Mars in a heliocentric\n' ); fprintf ( 1, ' coordinate system.\n' ); return end