function title = p06_title ( ) %*****************************************************************************80 % %% P06_TITLE returns the title of problem 6. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x,y) = 12 * y^2'; return end