function title = p17_title ( dummy ) %% P17_TITLE returns the title of problem 17. % % Modified: % % 09 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x,y) = 1/sqrt(|x-1/4|) + 1/sqrt(|y-1/2|)';