function title = p07_title ( dummy ) %% P07_TITLE returns the title of problem 7. % % Modified: % % 09 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x,y) = 20 * x^3';