function determ = complex_i_determinant ( ) %*****************************************************************************80 % %% COMPLEX_I_DETERMINANT returns the determinant of the COMPLEX_I 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 = + 1.0; return end