function name = p25_name ( ) %*****************************************************************************80 % %% P25_NAME returns the name of problem 25. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 18 March 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string NAME, the name of the problem. % name = 'Patterson #3, exp(c*X)'; return end