function m = p02_m ( ) %*****************************************************************************80 % %% P02_M returns the number of equations M for problem 2. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 16 April 2012 % % Author: % % John Burkardt % % Parameters: % % Output, integer M, the number of equations. % m = 6; return end