function title = p10_title ( dummy ) %% P10_TITLE returns the title of problem 10. % % Modified: % % 09 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x,y) = x^(-0.2) on ((1,0),(5,0),(5,1))';