function region = p06_region ( dummy ) %% P06_REGION returns the name of the integration region for problem 06. % % Modified: % % 18 March 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string REGION, the name of the integration region. % region = 'box';