function determ = wilk05_determinant ( ) %*****************************************************************************80 % %% WILK05_DETERMINANT returns the determinant of the WILK05 matrix. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 22 October 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real DETERM, the determinant. % determ = 3.7995E-15; return end