function b = hoffman_rhs ( ) %*****************************************************************************80 % %% HOFFMAN_RHS returns the Hoffman right hand side. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 11 October 2007 % % Author: % % John Burkardt % % Parameters: % % Output, real B(3), the right hand side vector. % b(1:3) = [ 1.0, 0.0, 0.0 ]; return end