function name = p17_name ( ) %*****************************************************************************80 % %% P17_NAME returns the name of problem 17. % % 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 = 'L2(X-Z)^2'; return end