function title = p06_title ( title ) %*****************************************************************************80 % %% P06_TITLE returns the title of problem 6. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 06 May 2011 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'F(X) = EXP(X) - 2 - 1 / ( 10 * X )^2 - 2 / ( 100 * X )^3'; return end