I was wondering where I can download a program which can calculate "numerical solutions by Euler's method."
To those who don't know what Euler's method is: approimate solutions to ordinary first order differential equations equation with initial conditions.
Thanks.
Asa.Hoshi
Euler's Method
Started by
asa.hoshi
, Sep 26 2007 04:36 PM
1 reply to this topic
#1
Posted 26 September 2007 - 04:36 PM
#2
Posted 28 September 2007 - 08:15 AM
Hmmm, are you sure you want to solve an initial-value problem with Euler's method? It's the less accurate method for this purpose, and it is considered as an introductory algorithm, which is never used in practice. Even modified Euler's method, which is certainly more accurate, is not used.I was wondering where I can download a program which can calculate "numerical solutions by Euler's method."
To those who don't know what Euler's method is: [i]approimate solutions to ordinary first order differential equations equation with initial conditions.
If you want, have a look at my LNA package, which contains a way more accurate function for solving initial value problems, based on the adaptive Runge-Kutta algorithm (it can also solve systems of differential equations, and it is not restricted to first-order differential equations). Furthermore, in LNA you will find a function for solving boundary-value problems with any type of boundary conditions. For all that, you need to write a (small) program in CPLua, but I don't think this is a problem really, given that CPBasic is completely inadequate.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users