help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quadrature of funct. with parameters


From: Shai Ayal
Subject: Re: quadrature of funct. with parameters
Date: Sat, 18 Mar 2006 09:31:44 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

you can try quadl from octave-forge. It is done purely in m-files, and supports passing multiple arguments to the integrand. I'm not sure, but it's probably slow (but very accurate)

Shai

Gorazd Brumen wrote:
Hi all,

Is there a way to do numeric quadrature of a function over
one variables if the function takes as arguments several parameters,
i.e. f = f(x,a), and i just want a quadrature over x.
Aja, and is there a solution not using global variables?


thanks a lot,
G.





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]