function x = p09_start ( ) %*****************************************************************************80 % %% P09_START returns a starting point for optimization for problem 9. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 25 January 2008 % % Author: % % John Burkardt % % Parameters: % % Output, real X, a starting point for the optimization. % x = -2.0; return end