function n = p24_n ( ) %*****************************************************************************80 % %% P24_N returns the number of variables for problem 24. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 31 December 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 = 5; return end