function title = p20_title ( ) %*****************************************************************************80 % %% P20_TITLE returns a title for problem 20. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 19 March 2000 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The Gregory and Karney Tridiagonal Matrix Function'; return end