function determ = rutis5_determinant ( ) %*****************************************************************************80 % %% RUTIS5_DETERMINANT returns the determinant of the RUTIS5 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 = 1.0; return end