Post Reply 
Interesting catalog of methods for numerical methods for ODEs
11-06-2019, 11:23 PM
Post: #13
RE: Interesting catalog of methods for numerical methods for ODEs
(11-04-2019 04:11 AM)Valentin Albillo Wrote:  
(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.

Thank you for the info Valentin !

I didn't know this 16-stage RK10 method before,
and I'll try to use it in new programs.

Best regards,
JM.
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 - JMBaillard - 11-06-2019 11:23 PM



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