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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d75b7d39a8ceb1ac,start X-Google-Attributes: gid103376,public From: Frank Oppenheimer Subject: Runge-Kutta in Ada Date: 1999/06/17 Message-ID: <3768DAA6.2CBF7F87@informatik.uni-oldenburg.de>#1/1 X-Deja-AN: 490630342 Content-Transfer-Encoding: 7bit Organization: C.v.O. Universit"at Oldenburg X-Accept-Language: German, de, en Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-06-17T00:00:00+00:00 List-Id: For modelling a continous physical system I am searching for a numeric package including the Runge-Kutta method to solve differential equations. Since the equations are oft second order it would be great to find a package that is flexible enough to handle a vector of functions.