Post Reply 
Interesting catalog of methods for numerical methods for ODEs
11-04-2019, 04:11 AM
Post: #10
RE: Interesting catalog of methods for numerical methods for ODEs
(10-23-2019 09:11 PM)JMBaillard Wrote:  Here is a link to programs I've just written to solve ODEs with a 10th-order Runge-Kutta method:

http://hp41programs.yolasite.com/rk10.php

Following your link I've seen that you're using a 17-stage (k1, k2, ..., k17) RK10 method needing 169 constants in all.

I'm curious: Why haven't you used instead a 16-stage RK10 method ? (same order but only 136 constants in all)

It would run significantly faster (1 stage less and fewer constants as well), would use less memory registers (33 data registers would be saved, as well as many program registers while initializing the constants) and the precision would be about the same or better.

V.

  
All My Articles & other Materials here:  Valentin Albillo's HP Collection
 
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Interesting catalog of methods for numerical methods for ODEs - Valentin Albillo - 11-04-2019 04:11 AM



User(s) browsing this thread: 1 Guest(s)