function title = p18_title ( title ) %*****************************************************************************80 % %% P18_TITLE returns the title of problem 18. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 04 October 2011 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = '10^14 * (x-1)^7, written term by term.'; return end