function title = p02_title ( ) %*****************************************************************************80 % %% P02_TITLE returns the title for problem 2. % % 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 * log(x)^(3/2) )'; return end