function p06_title ( ) %*****************************************************************************80 % %% P06_TITLE prints a title for problem 06. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 19 March 2007 % % Author: % % John Burkardt % % Parameters: % % None % fprintf ( 1, '\n' ); fprintf ( 1, 'Problem 07\n' ); fprintf ( 1, ' Name: DR4061\n' ); fprintf ( 1, ' Davis, Rabinowitz, page 406, #1.\n' ); fprintf ( 1, ' Region: 0 <= X(i) <= 1\n' ); fprintf ( 1, ' Integrand: F(X) = product ( abs ( 4 * X(i) - 2 ) )\n' ); return end