function title = p08_title ( ) %*****************************************************************************80 % %% P08_TITLE returns the title for problem 8. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 31 July 2010 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'sqrt(1+x*x/2) * exp(-x*x/2)'; return end