function lambda = moler2_eigenvalues ( ) %*****************************************************************************80 % %% MOLER2_EIGENVALUES returns the eigenvalues of the MOLER2 matrix. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 16 October 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real LAMBDA(5), the eigenvalues. % lambda(1:5) = 0.0; return end