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