function title = p03_title ( ) %*****************************************************************************80 % %% P03_TITLE returns a title for problem 3. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 26 February 2002 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'Quartic, x^4 + 2x^2 + x + 3.'; return end