Sagewire Logo

Integration of differential equations in PHP

5 Message(s) by 5 Author(s) originally posted in php programming


From: Zayde Date:   Tuesday, October 23, 2007
Is there a package of functions to do numerical integration in PHP ?


From: Steve Date:   Tuesday, October 23, 2007
Is there a package of functions to do numerical integration in PHP ?you need to be more specific than that. do you need something of the


magnitude of fourth order run ge kutta, or something as simple as statistics?


From: Shelly Date:   Tuesday, October 23, 2007
Is there a package of functions to do numerical integration in PHP ?



"differential equations" has much more to the subject than simply doing an
integration. However, for evaluating an integral (now it is called an
"anti-derivative" for some strange reason, it is pretty easy to do a
Simpson's rule. You've all your points in an array and simply march
through it appropriately (1-4-2-4-2........-4-1) and multiply the product
properly. No big deal.

Shelly


From: axlq Date:   Tuesday, October 23, 2007
In article <1193169920.488290.289670@xxxxxxxxxxx>,
wrote in message:
Is there a package of functions to do numerical integration in PHP ?



If a google search turns up nothing, there are such packages for
the C language which'd be easy to translate to php. The
functions in _Numerical Recipes in C_ (available for free online at
http://www.nrbook.com/a/bookcpdf.php )'d work too.

-A


From: petersprc Date:   Saturday, October 27, 2007
Hi,

You can use the Numerical class by Richard Munroe:

http://www.phpclasses.org/browse/package/2812.html

You can also run scilab from the command line:

scilab -nw < /tmp/input

Where the file contains your scilab functions. scilab examples:

http://pauillac.inria.fr/cdrom/www/scilab/doc/intro/intro-html001.htmlOn Oct 23, 3:05 pm, Zayde
wrote in message:
Is there a package of functions to do numerical integration in PHP ?



Next Message: Question About Regular Expression


Blogs related to Integration of differential equations in PHP

integrity systems ltd
+com integritymusic.co.uk integritymusic.com integritymusic.com sendtofriend.php integritymusic.org integrityonline integrityonline.com integritys integritys hosanna integritys hosanna located integritys hosanna location integritys ...

How do we technically work with differentials?
It was also dropped to me somewhere along the track that "dx/dy isn't technically a fraction"... and yet time after time we'll "multiply two sides of the equation by dx or dt" to help solve a differential equation, set up an integral, ...

Calculus: limits, differentiation, integration :: problem with ...
Author: Lavazza Subject: problem with nonhomogenous differential equation Posted: Tue Oct 09, 2007 4:53 am (GMT -5) Topic Replies: 3 I am working on a solution for this problem. I have the nonhomogenous equation ...

difference between term and whole life insurance
... differential equation finite difference differential equation finite model nonstandard difference differential equation finite partial difference differential equation finite partial scheme difference differential equations ...

application development support
... application differential equation hankel ordinary transform application differential equation hilbert in its space spectral theory application differential equation historical note application differential equation integration its ...

Integral formulas for the asymmetric simple exclusion process (ASEP)
We describe how to obtain a differential equation for the probability of a given configuration at time t. Then using the Bethe Ansatz we find an integral formula for the solution. From this we derive formulas for the probability that a ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional