function title = p12_title ( ) %*****************************************************************************80 % %% P12_TITLE returns the title of problem 12. % % 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) = (1-x-y)^(-0.2) on ((-1,-3),(3,-2),(-1,2))'; return end