function x = p07_start ( ) %*****************************************************************************80 % %% P07_START returns a starting point for optimization for problem 7. % % 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 = -5.0; return end