home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / numanal / 3995 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.2 KB  |  43 lines

  1. Newsgroups: sci.math.num-analysis
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!gatech!darwin.sura.net!sgiblab!nec-gw!netkeeper!vivaldi!seas.smu.edu!mhosea
  3. From: mhosea@seas.smu.edu (Mike Hosea)
  4. Subject: Re: Numerical solution of ODEs with Bulirsch-Stoer extrapolation
  5. Message-ID: <1993Jan28.173203.7930@seas.smu.edu>
  6. Sender: mhosea@seas.smu.edu
  7. Nntp-Posting-Host: express.seas.smu.edu
  8. Organization: SMU - School of Engineering & Applied Science - Dallas
  9. References: <1993Jan20.024502.23189@leland.Stanford.EDU> <1993Jan20.054301.455@seas.smu.edu> <C1H5uF.5HC@rice.edu>
  10. Date: Thu, 28 Jan 1993 17:32:03 GMT
  11. Lines: 30
  12.  
  13. In article <C1H5uF.5HC@rice.edu> dharry@cyclone.rice.edu (Dennis Harry) writes:
  14. >In article <1993Jan20.054301.455@seas.smu.edu>, mhosea@seas.smu.edu (Mike Hosea) writes:
  15. >|> The reason extrapolation methods get very accurate results with large step
  16. >|> sizes is because they can use very high order approximations.  However,
  17. >|> my research has shown that when compared to conventional Runge-Kutta
  18. >|> and Adams methods of the same order, the extrapolation formulas are not
  19. >|> as efficient in terms of function evaluations per unit step.
  20. >                                                 ^^^^^^^^^^^^^
  21. >Yes, but the point is that they may take much larger steps.  Ideally,
  22. >their relative inefficiency per unit step is (more than) offset by having
  23. >to take fewer steps?
  24.  
  25. No, it's not.  Not when you consider the competition.  It is true that
  26. an extrapolation code may perform better than a fixed order Runge-Kutta
  27. code when the tolerance is very stringent, but this is only because they
  28. can go to higher order.  However, like the extrapolation formulas, the
  29. Adams-Moulton formulas are variable order, and at each order (especially
  30. high orders) the Adams-Moulton formulas are much more efficient.  If you
  31. compare the performances of codes you may not see this since the Adams
  32. code might not attept to use the higher orders--this would have nothing
  33. to do with the methods themselves.  Anyway, I am not arguing from intuition.
  34. Check out the mathematics in my report or any reputable numerical
  35. comparison like
  36.  
  37.   L.F. Shampine and L.S. Baca  1986  "Fixed versus variable order
  38.   Runge-Kutta", ACM TOMS, 12, no.  pp. 1-23.
  39. -- 
  40. Regards,
  41. Mike Hosea (mhosea@seas.smu.edu)
  42.