function title = p07_title ( ) %*****************************************************************************80 % %% P07_TITLE returns a title for problem 7. % % 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 = 'The dying snake, ( x + sin(x) ) * e^(-x^2).'; return end