Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 27698 invoked from network); 24 May 2005 04:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 04:08:30 -0000 Received: (qmail 48763 invoked by uid 500); 24 May 2005 04:08:26 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 48691 invoked by uid 500); 24 May 2005 04:08:26 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 48675 invoked by uid 99); 24 May 2005 04:08:25 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of bgiles@coyotesong.com designates 66.35.36.220 as permitted sender) Received: from lethe.coyotesong.com (HELO smtp.coyotesong.com) (66.35.36.220) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 23 May 2005 21:08:24 -0700 Received: from [192.168.1.3] (c-67-172-158-175.hsd1.co.comcast.net [67.172.158.175]) by smtp.coyotesong.com (Postfix) with ESMTP id D24A428202 for ; Mon, 23 May 2005 22:08:21 -0600 (MDT) Message-ID: <4292A8B4.3@coyotesong.com> Date: Mon, 23 May 2005 22:08:20 -0600 From: Bear Giles User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050109 Debian/1.7.5-0.backports.org.1 X-Accept-Language: en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org Subject: [Math] dynamic systems Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have some interfaces and classes that are a start on modeling dynamic systems, from a chaos theory class. The user has to implement two (nearly) placeholder interfaces, StateVector and Dynamics, and this package defines and implements an Integrator and binds everything together as a Model. Bear --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org