function title = p03_title ( ) %*****************************************************************************80 % %% P03_TITLE returns the title of problem p03. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 07 August 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x) = x (10*x-1) (5x-2) (5x-2) (4x-3.4) (x-1)'; return end