function x = p06_start ( ) %*****************************************************************************80 % %% P06_START returns a starting point for optimization for problem 6. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 26 February 2002 % % Author: % % John Burkardt % % Parameters: % % Output, real X, a starting point for the optimization. % x = 7.2; return end