function n = p29_n ( ) %*****************************************************************************80 % %% P29_N returns the number of variables for problem 29. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 08 January 2001 % % Author: % % John Burkardt % % Parameters: % % Output, integer N. If N is positive, N represents the % only legal value for N for this problem. If N is % negative, the absolute value of N is the least legal % value of N, but other values are allowable. % n = 2; return end