function n = p21_n ( ) %*****************************************************************************80 % %% P21_N returns the number of variables for problem 21. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 20 March 2000 % % 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 = - 1; return end