function determ = rutis3_determinant ( ) %*****************************************************************************80 % %% RUTIS3_DETERMINANT returns the determinant of the RUTIS3 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 = 624.0; return end