function determ = rutis2_determinant ( ) %*****************************************************************************80 % %% RUTIS2_DETERMINANT returns the determinant of the RUTIS2 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 = 100.0; return end