function title = p03_title ( ) %*****************************************************************************80 % %% P03_TITLE returns the title for problem 3. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 28 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = '1 / ( x^1.01 )'; return end