home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / derive / download / Setup.exe / %MAINDIR% / Users / Eulermac.doc < prev    next >
Encoding:
Text File  |  2002-05-15  |  931 b   |  22 lines

  1. File: EULERMAC.DOC     Euler-Maclaurin Summation Formula Documentation
  2.  
  3. EULERMAC.MTH was contributed by Jim FitzSimons of Cave Creek, Arizona.
  4. Phone: 602-488-1859  Fax: 602-488-5014    E-mail: cherry@neta.com
  5.  
  6. The Euler-Maclaurin summation formula can be used to find asymptotic
  7. expansions of finite or infinite sums.    It is described in Section 23.1.30
  8. on page 806 of the Handbook of Mathematical Functions by Milton Abramowitz
  9. and Irene A. Stegun.
  10.  
  11. Calls to EULERMAC as defined in EULERMAC.MTH should be of the form:
  12.  
  13.     EULERMAC(y,k,a0,a,b,m)
  14.  
  15. y should be an expression which is a function of k, the index variable of
  16. the sum.  a0 and b are the starting and ending indexes of the sum,
  17. respectively.  a is the start of the Euler-Maclaurin asymptotic expansion.
  18. m is the order of the expansion.  a and m need to chosen large enough to
  19. give the desired accuracy.
  20.  
  21. EULERMAC.DMO provides two examples using EULERMAC.
  22.