function determ = rosser1_determinant ( ) %*****************************************************************************80 % %% ROSSER1_DETERMINANT returns the determinant of the ROSSER1 matrix. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 20 October 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real DETERM, the determinant. % determ = 0.0; return end