function x = archimedes_null ( ) %*****************************************************************************80 % %% ARCHIMEDES_NULL returns a null vector for the Archimedes matrix. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 27 September 2007 % % Author: % % John Burkardt % % Parameters: % % Output, integer X(8), the null vector. % x(1:8) = [ 10366482, 7460514, 7358060, 4149387, ... 7206360, 4893246, 3515820, 5439213 ]; return end