function title = p02_title ( ) %*****************************************************************************80 % %% P02_TITLE returns a title for problem 2. % % 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 = 'Quadratic plus exponential, x^2 + e^(-x).'; return end