Other ODE Solution Techniques


There are other techniques for solving initial value ODEs including Richardson extrapolation and predictor -corrector methods. We won't go into any more detail on these methods in this chapter, nor will we implement them. If you want to implement another ODE solver, the process will be the same as was used in this chapter. You would define your solver as a public , static method. The method would take as input arguments an ODE object and whatever additional input arguments were required. You would then write the body of the method to perform whatever solution technique you were implementing.



Technical Java. Applications for Science and Engineering
Technical Java: Applications for Science and Engineering
ISBN: 0131018159
EAN: 2147483647
Year: 2003
Pages: 281
Authors: Grant Palmer

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net