From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc9dc08f1f456feb,start X-Google-Attributes: gid103376,public From: lga@sma.ch (Laurent Gasser) Subject: Re: Numerical Routines in Ada Date: 1996/10/15 Message-ID: <53vuvvINNtb@maz4.sma.ch>#1/1 X-Deja-AN: 189544258 distribution: world organization: Swiss Meterological Institute reply-to: lga@sma.ch newsgroups: comp.lang.ada Date: 1996-10-15T00:00:00+00:00 List-Id: In article <3255B98B.7832@fls.infi.net>, Norm Hecht writes: > Does anyone know where I could find numerical routines in Ada that > I could download, or if all else fails, some books that would > provide routines such as Runge-Kutta integration, matrix inversion, > finding zeros of functions, etc? > I'm new at Ada, and figure it would be easier to start doing the > numerical work I need to do if I had some good examples to build on. > Thanks for your help! > > Norm Hecht It took me some time to get my hands on the french book I was thinking of. And here it is Jean-Etienne Rombaldi "Algorithmique numerique et Ada" Masson 1994 ISBN 2-225-84384-8 This book comes with a DOS floppy disk, with packages written in Ada 83 for OpenAda. It goes through the following topics: linear numerical analysis (matrices, linear systems, eigenvalues) non-linear systems (Newton, roots of polynomials) approximation and interpolation (Bernstein, Bezier, B-Splines) numeric approximation of integrals (Gauus, Monte-Carlo, FFT) ordinary differential equations (Runge-Kutta, shooting method) finite differences The author has now moved. But I would bet that he keeps working with Ada. -- Laurent Gasser (lga@sma.ch) Computers do not solve problems, they execute solutions.