function title = p02_title ( ) %*****************************************************************************80 % %% P02_TITLE returns a title for problem 02. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 07 February 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The axis-parallel hyper-ellipsoid function.'; return end