function title = p14_title ( ) %*****************************************************************************80 % %% P14_TITLE returns the title for problem 14. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'sin ( exp(-x) + exp(-4x) )'; return end